logo_datactivist           logo_pleiade



Objectif : Exploration de données

Source des données : Baromètre de la Science Ouverte - données complètes

Date début de l’analyse : 28 février 2022

Date de la dernière modification : 04 avril 2022



I - Méthodologie suivie pour traiter les données


Étant donné la taille (8 fichiers de plus d’1 GB en moyenne) et le format (JSON Lines) des données, il a fallu dans un premier temps les traiter pour les remettre dans un format tabulaire exploitable, les nettoyer puis les transformer avant d’en commencer l’exploration.

Les étapes suivantes ont été suivies :

  • téléchargement des fichiers JSON Lines (.jsonl), un par année soit 8 fichiers (de 2013 à 2020) ;
  • création pour chaque année de 5 sous-objets JSON (.json) ;
    • un contenant toutes les variables non imbriquées (soit 46 variables) qui peuvent être remises au format tabulaire facilement (même format que les données du BSO publiques)
    • puis un ficher par objet initialement imbriqué, soit 4 fichiers pour les objets “affiliations”, “authors”, “oa-details” et “bsso_classification” qui ont été désemboîtés avant d’être exportés au format JSON
  • tests et vérification d’hypothèses sur les 5 fichiers de données ;
  • gestion des variables (sélection, création, filtres) et regroupement des sous-objets en une base prête à l’emploi.

Les scripts dans lesquels se trouvent les commandes exécutées pour ces différentes tâches sont les suivants :

  • étape n°2 : ‘pre-processing_bso.R’ ;
  • étape n°3 : ‘hypothesis_bso.R’ ;
  • étape n°4 : ‘managing-variables.R’.


II - Tests et hypothèses


Check de la redondance de certaines colonnes (par rapport aux intuitions et aux noms de certaines variables) :

  • les colonnes doi et id sont identiques
  • les colonnes author_useful_rank_countries et detected_countries sont différentes
  • les colonnes genre et genre_raw sont différentes


Check des informations contenues dans les 4 colonnes de date :

  • publication_year’ (exemple : “2014”)
  • publication_date’ (exemple : “2014-12-30T00:00:00”)
  • published_date’ (exemple : “2020-09-01T00:00:00”)
  • Year’ (exemple : “2020”)

Après extraction des années (‘YYYY’) dans les colonnes ‘publication_date’ et ‘published_date’, puis comparaison avec les colonnes existantes ‘publication_year’ et ‘Year’, il résulte que :

  • publication_year’ correspond à l’année ‘YYYY’ de ‘publication_date
  • year’ correspond à l’année ‘YYYY’ de ‘published_date


Check de la constance de la variable ‘is_oa’ contenue dans l’objet ‘oa_details’, pour laquelle il y a une valeur sur 4 périodes différentes : 2018, 2019, 2020 et 2021Q4.

On compare les valeurs de tous les articles de la base pour ces 4 dates (via la fonction identical(col1, col2)) :

  • les valeurs de la variable ‘is_oa’ varient au cours du temps, aucune de ces 4 colonnes n’est identique.


III - Gestion des variables


La quatrième étape est consacrée à la gestion des données de manière générale, avec 3 actions différentes : suppression, création de variables, filtres sur les observations. Le tableau suivant résume les actions réalisées sur les variables de chaque objet :

Objet Variables écartées Nombre de suppressions Variables créées Filtres appliqués
Variables non imbriquées datasource, domains, grants, has_grant, id, is_paratext, journal_title, mesh_headings, pmid, publicaion_date, publication_year, published_date, publisher, publisher, sources, title_first_author, title_first_author_raw, url, currency_apc_doaj, journal_or_publisher_in_bealls_list, publisher_normalized, genre_raw, french_affiliations_types, author_useful_rank_fr, author_useful_rank_countries, observation_dates, has_coi, amount_apc_openapc_EUR, count_apc_openapc_EUR, bso_local_affiliations, keywords 31 tier, journal_color, journal_color_doaj, is_covered_by_couperin seuls les publications du genre “journal-article” sont gardés
Authors external_ids…5, grid, first_name, full_name, last_name, external_ids…15, affiliation, orcid, adress.line, city, postal.code, url, social.media, suffix, ORCID, authenticate.orcid, sequence 17 is_french_CA, nb_authors pour les publications de plus de 10 auteurs, seuls les 5 premiers et 5 derniers sont gardés, ainsi que l’auteur correspondant (CA)
Affiliations toutes 8
Bsso_classification toutes 4
Oa_details oa_details.2020.snapshot_date, oa_details.2020.licence_repositories, oa_details.2020.repositories, oa_details.2020.repositories_url, oa_details.2020.repositories_pmh, oa_details.2020.repositories_institution, oa_details.2020.oa_locations et toutes les autres variables des périodes 2018, 2019 et 2021Q4. 52


Créations de variables


Sur les 7 variables créées parmi les 5 sous-objets extraits du BSO, 5 ont été crées à partir des données disponibles dans la base initiale, et 2 ont été crées en recoupant avec des données externes. Nous expliquons dans un premier temps les étapes de construction des 5 variables transformées depuis les données du BSO, puis nous reviendrons sur les 2 variables créées à partir de données externes.


       → À partir des données du BSO


La variable ‘tier’ correspond au rang de l’éditeur. Nous avons défini 4 rangs à partir des données de l’année 2020, en regardant les 20 plus gros éditeurs, c’est-à-dire ceux qui ont édité le plus de publications (les données utilisées sont celles filtrées sur les publications de type ‘journal-article’). Les rangs créés pour les 8 années (2013-2020) sont donc les suivants :

  • tier 1 : Elsevier ;
  • tier 2 : Springer-Nature, Wiley, MDPI ;
  • tier 3 : OpenEdition, CAIRN, Oxford University Press, Informa, Frontiers, American Chemical Society, Wolters Kluwer Health, EDP Sciences, American Physical Society, IEEE, Royal Society of Chemistry, IOP Publishing, SAGE Publications, British Medical Journal, Public Library of Science, Cambridge University Press ;
  • tier 4 : les 1994 éditeurs restants, constituant ainsi la long tail.

La répartition des articles pour l’année 2020, ayant servie de base pour la construction de cette variable, est la suivante :

tier nombre d’articles pourcentage
1 39 521 27,91%
2 35 736 25,24%
3 40 313 28,48%
4 26 011 18,37%


La variable ‘is_french_CA’ correspond à la nationalité de l’auteur correspondant, elle prend la valeur 1 si l’auteur correspondant est français, 0 sinon.

Sa création est faite à partir de la variable du BSO ‘detected_countries’ qui liste la nationalité de chaque auteur d’une publication. Ce champ est présent à 2 niveaux différents ; un premier niveau non imbriqué où 1 entrée correspond à 1 publication (lorsqu’il y a plusieurs auteurs, les nationalités apparaissent sous forme de liste, ex: c("us", "fr")), et un second niveau initialement imbriqué (celui des auteurs) où 1 entrée correspond à 1 auteur d’une publication, pour qui on retrouve la nationalité. C’est à partir de ce second niveau que la variable ‘is_french_CA’ a été créée. Après avoir groupé les données par DOI, la règle de décision suivante a été appliquée :

  • lorsque tous les auteurs sont français (pas d’auteur correspondant spécifié), ou que l’auteur correspondant est français (corresponding == 'TRUE' & detected_countries == 'fr'), alors la variable prend la valeur 1 ;
  • dans les autres cas, c’est-à-dire où l’auteur correspondant n’est pas français, la variable prend la valeur 0.

Ces manipulations ont été appliquées avant de filtrer les observations en ne gardant que les 5 premiers et 5 derniers auteurs, de manière à ne pas biaiser la variable ainsi créée.


La variable ‘nb_authors’ correspond au nombre d’auteurs par publication. À partir des données du BSO qui listent les auteurs par publication (1 ligne = 1 auteur), nous avons groupé les données par DOI puis compté le nombre d’observations par groupe.


La variable ‘journal_color’ correspond au statut libre accès du journal dans lequel sont publiés les articles. Aussi créée à partir des données du BSO, la règle de décision pour cette variable est la suivante :

  • lorsque les APC proviennent des données DOAJ (apc_source == 'doaj') et que le montant est nul (pas d’APC payés), alors la variable prend la valeur diamond ;
  • lorsque les APC proviennent des données DOAJ et que le montant n’est pas nul (des APC ont été payés), alors la variable prend la valeur gold ;
  • en groupant les données par journal et par année, lorsque des APC ont été payés au moins pour un article de ce journal et cette année, alors la variable prend la valeur hybrid ;
  • en groupant les données par journal et par année, lorsqu’aucun APC n’a été payé pour les articles de ce journal et cette année, alors la variable prend la valeur subscription.

N’étant pas certains de la qualité de la variable créée, une seconde variable de couleur de journal a été construite à partir de données externes, nous expliquons les étapes de sa création ci-dessous.


       → À partir de données externes


La variable ‘journal_color_doaj’ correspond elle aussi au statut libre accès du journal, mais celle-ci a été construite directement à partir des données DOAJ. On trouve effectivement, sur leur plate-forme internet, des données listant tous les journaux du DOAJ, en précisant si des APC sont payés ou non. Ces dernières ont été récupérées au format JSON à la date du 19 mars, et ont permis de créer la variable ‘journal_color_doaj’ en plusieurs étapes :

  • à partir de la base extraite de leur plate-forme, ne garder que les variables d’ISSN (ISSN public et e-ISSN), la variable informant si des APC sont payés (has_apc), et en créer une qui prend toujours la valeur 1 pour informer que le journal est dans les données DOAJ (is_in_doaj) ;

  • joindre ces données avec la base du BSO par l’ISSN (tous les journaux du DOAJ ont un ISSN correspondant, donc il n’est pas utile de matcher par le nom de journal) ;

  • créer la nouvelle variable ‘journal_color_doaj’ avec la règle de décision suivante :

    • lorsque le journal est dans les données DOAJ et qu’aucun APC n’a été payé, alors la variable prend la valeur diamond ;
    • lorsque le journal est dans les données DOAJ et que des APC sont payés, alors la variable prend la valeur gold ;
  • supprimer les variables intermédiaires qui servaient uniquement à la création de la variable ‘journal_color_doaj’ : is_in_doaj et has_apc.

La création de cette variable porte uniquement sur les couleurs ‘diamond’ et ‘gold’ puisque son objectif est de comparer la fiabilité des données ayant comme source APC ‘doaj’, c’est pour cela qu’aucune règle de décision n’est appliquée pour les couleurs ‘hybrid’ et ‘subscription’.


La variable ‘is_covered_by_couperin’ est une variable booléenne qui prend la valeur 1 si le journal est couvert par les accords Couperin, 0 sinon. Celle-ci a été construite à partir de données Couperin transmises par V.Larroque, listant toutes les revues couvertes par le consortium. Les étapes ont été les suivantes :

  • import des données transmises (6 feuilles Excel au total), sélection des variables à garder (ISSNs et titre pour les journaux sans ISSN), création de la variable ‘is_covered_by_couperin’ qui prend toujours la valeur 1 et harmonisation des noms de colonnes qui diffèrent d’une feuille de classeur à une autre ;

  • regroupement des 6 bases en une seule, puis jointure avec les données du BSO en 3 temps :

    • sur l’ISSN public dans un premier temps ;
    • sur l’e-ISSN dans un deuxième temps (en filtrant sur les journaux qui n’ont pas d’ISSN public) ;
    • sur le nom du journal dans un troisième temps (en filtrant sur les journaux qui n’ont aucun ISSN).


Une précision

Dans les données du BSO, deux colonnes contiennent l’ISSN des journaux : l’une ne contient que l’ISSN préféré (toujours 1 valeur) et l’autre contient tous les ISSNs correspondant à un journal (ils sont alors listés à la suite et séparés par des virgules). Cette seconde variable étant plus exhaustive, c’est elle qui a servi de clé de jointure pour ajouter les données des journaux externes (DOAJ et Couperin). Pour cela il a d’abord fallu séparer les ISSNs sur plusieurs lignes lorsque plusieurs ISSNs sont disponibles pour un journal, en dupliquant les autres champs. Il a ensuite été possible de joindre les données externes, d’appliquer les règles de décision pour la création des variables, puis de remettre les ISSNs en une ligne en collant les différentes valeurs à la suite, séparées par des virgules.

De cette manière, un journal ayant 2 ISSNs peut être joint 2 fois avec les données externes, et peut donc contenir 2 fois sa couleur (ex: ‘gold,gold’). Un travail d’agrégation des valeurs a ainsi été fait, après avoir remis les données sur une ligne correspondant à un article (ex: ‘gold,gold’ est transformé en ‘gold’).


IV - Observation des données


Les données

# Libraries
packages = c("tidyverse", "jsonlite", "kableExtra", "DT", "knitr", "glue", "plotly", "hrbrthemes")

## Installation des packages si besoin et chargement des librairies
package.check <- lapply(
  packages,
  FUN = function(x) {
    if (!require(x, character.only = TRUE)) {
      install.packages(x, dependencies = TRUE)
      library(x, character.only = TRUE)
    }
  }
)


### Fonction d'import et afficher les 100 premières observations

import_manips <- function(year){
    
    # Import des données
    start_time <- Sys.time()
    data <- read_csv(glue("../data/4.process/processed_BSO/final_bso_{year}.csv"))
    end_time <- Sys.time()
    
    # Configuration du temps d'exécution de la commande
    import_time <- end_time - start_time
    import_time <- paste(round(as.numeric(import_time, units.difftime(import_time)),2), units.difftime(import_time))
    
    # Sauvegarde des objets dans environnement
    assign(glue("bso_{year}"), data, envir = .GlobalEnv)
    assign("data", data, envir = .GlobalEnv)
    assign("import_time", import_time, envir = .GlobalEnv)
}


n_100_kable <- function(data){
    
    kable(data[c(1:100),], format = "html") %>% 
      kable_styling(bootstrap_options = c("striped", "hover"), 
                    full_width = T, 
                    font_size = 9, 
                    fixed_thead = TRUE,  #fix headers when scrolling 
                    html_font = "sans-serif") %>% 
      scroll_box(width = "100%", height = "600px")
}

2013

import_manips(2013)

Temps d’exécution de l’import des données : 2.09 secs.

Dimensions du jeu de données : 154804 observations et 39 variables (1 ligne = 1 auteur).

Nombre d’articles : 117399.

Les 100 premières observations :

n_100_kable(data)
doi year bso_classification coi detected_countries journal_issn_l journal_issns journal_name lang title has_apc amount_apc_EUR apc_source amount_apc_doaj_EUR amount_apc_doaj amount_apc_openapc_EUR count_apc_openapc_key publisher_group publisher_dissemination external_ids hal_id is_covered_by_couperin tier journal_color journal_color_doaj name author_position corresponding email country nb_authors is_french_CA oa_details.2020.is_oa oa_details.2020.journal_is_in_doaj oa_details.2020.journal_is_oa oa_details.2020.oa_host_type oa_details.2020.oa_colors oa_details.2020.oa_colors_with_priority_to_publisher oa_details.2020.licence_publisher
10.1159/000343525 2013 Medical research NA c(“fr”, “us”) 1661-7649 1661-7649 Current Urology en Non-Invasive Evaluation of Bladder Outlet Obstruction in Men Suspected of Benign Prostatic Hyperplasia: Usefulness of the D Index 0 0.0000 doaj 0.000 0 NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 diamond diamond ER6-Université Pierre et marie Curie, Paris, France ; Physical Medicine and Rehabilitation, Hôpital Rothschild, Paris, France. 1 NA NA NA 3 0 TRUE FALSE FALSE publisher;repository c(“green”, “other”) other no license
10.1159/000343525 2013 Medical research NA c(“fr”, “us”) 1661-7649 1661-7649 Current Urology en Non-Invasive Evaluation of Bladder Outlet Obstruction in Men Suspected of Benign Prostatic Hyperplasia: Usefulness of the D Index 0 0.0000 doaj 0.000 0 NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 diamond diamond ER6-Université Pierre et marie Curie, Paris, France. 2 NA NA NA 3 0 TRUE FALSE FALSE publisher;repository c(“green”, “other”) other no license
10.1159/000343525 2013 Medical research NA c(“fr”, “us”) 1661-7649 1661-7649 Current Urology en Non-Invasive Evaluation of Bladder Outlet Obstruction in Men Suspected of Benign Prostatic Hyperplasia: Usefulness of the D Index 0 0.0000 doaj 0.000 0 NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 diamond diamond Department of Urology, UT Southwestern Medical Center, Dallas, Tex., USA. 3 NA NA NA 3 0 TRUE FALSE FALSE publisher;repository c(“green”, “other”) other no license
10.3390/jcm2040201 2013 Medical research NA fr 2077-0383 2077-0383 Journal of Clinical Medicine en Mesenchymal Stromal Cells: Updates and Therapeutic Outlook in Rheumatic Diseases 1 1608.6661 openAPC_estimation_issn 1950.110 2400 1608.6661 394 MDPI MDPI NA NA 0 2 gold gold Clinical Immunology and Osteoarticular Diseases Therapeutic Unit, Lapeyronie University Hospital, 371, Avenue du Doyen Gaston Giraud, Montpellier 34295, France. . 1 NA NA NA 2 1 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.3390/jcm2040201 2013 Medical research NA fr 2077-0383 2077-0383 Journal of Clinical Medicine en Mesenchymal Stromal Cells: Updates and Therapeutic Outlook in Rheumatic Diseases 1 1608.6661 openAPC_estimation_issn 1950.110 2400 1608.6661 394 MDPI MDPI NA NA 0 2 gold gold Clinical Immunology and Osteoarticular Diseases Therapeutic Unit, Lapeyronie University Hospital, 371, Avenue du Doyen Gaston Giraud, Montpellier 34295, France. . 2 NA NA NA 2 1 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.5936/csbj.201303018 2013 Biology (fond.) NA c(“ie”, “fr”) 2001-0370 2001-0370 Computational and Structural Biotechnology Journal en THE ROLE OF LIPOXIN A4 IN CYSTIC FIBROSIS LUNG DISEASE 1 1807.2471 openAPC_estimation_issn 2200.000 2200 1807.2471 24 Elsevier Elsevier NA NA 0 1 gold gold National Children’s Research Centre, Crumlin, Dublin 12, Ireland ; Institut National de la Santé et de la Recherche Médicale, U845, Faculté de Médecine Paris Descartes - Site Necker - 156 rue Vaugirard 75015, Paris, France. 1 NA NA NA 4 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.5936/csbj.201303018 2013 Biology (fond.) NA c(“ie”, “fr”) 2001-0370 2001-0370 Computational and Structural Biotechnology Journal en THE ROLE OF LIPOXIN A4 IN CYSTIC FIBROSIS LUNG DISEASE 1 1807.2471 openAPC_estimation_issn 2200.000 2200 1807.2471 24 Elsevier Elsevier NA NA 0 1 gold gold National Children’s Research Centre, Crumlin, Dublin 12, Ireland. 2 NA NA NA 4 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.5936/csbj.201303018 2013 Biology (fond.) NA c(“ie”, “fr”) 2001-0370 2001-0370 Computational and Structural Biotechnology Journal en THE ROLE OF LIPOXIN A4 IN CYSTIC FIBROSIS LUNG DISEASE 1 1807.2471 openAPC_estimation_issn 2200.000 2200 1807.2471 24 Elsevier Elsevier NA NA 0 1 gold gold National Children’s Research Centre, Crumlin, Dublin 12, Ireland. 3 NA NA NA 4 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.5936/csbj.201303018 2013 Biology (fond.) NA c(“ie”, “fr”) 2001-0370 2001-0370 Computational and Structural Biotechnology Journal en THE ROLE OF LIPOXIN A4 IN CYSTIC FIBROSIS LUNG DISEASE 1 1807.2471 openAPC_estimation_issn 2200.000 2200 1807.2471 24 Elsevier Elsevier NA NA 0 1 gold gold National Children’s Research Centre, Crumlin, Dublin 12, Ireland. 4 NA NA NA 4 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.1155/2013/317215 2013 Medical research NA fr 2314-4661 2314-4661 ISRN Neuroscience en A Tool to Investigate Symmetry Properties of Newborns Brain: The Newborns’ Symmetric Brain Atlas NA NA NA NA NA NA NA Hindawi Hindawi NA NA 0 4 NA NA Department of Electrical and Electronics Engineering, Shiraz University of Technology, Shiraz, Iran. 1 NA NA NA 6 0 TRUE FALSE TRUE publisher;repository c(“green”, “other”) other cc-by
10.1155/2013/317215 2013 Medical research NA fr 2314-4661 2314-4661 ISRN Neuroscience en A Tool to Investigate Symmetry Properties of Newborns Brain: The Newborns’ Symmetric Brain Atlas NA NA NA NA NA NA NA Hindawi Hindawi NA NA 0 4 NA NA Department of Electrical and Electronics Engineering, Shiraz University of Technology, Shiraz, Iran ; GRAMFC-Inserm U1105, UFR of Medicine, University of Picardie Jules Verne, 3 Rue des Louvels, 80036 Amiens, France. 2 NA NA NA 6 0 TRUE FALSE TRUE publisher;repository c(“green”, “other”) other cc-by
10.1155/2013/317215 2013 Medical research NA fr 2314-4661 2314-4661 ISRN Neuroscience en A Tool to Investigate Symmetry Properties of Newborns Brain: The Newborns’ Symmetric Brain Atlas NA NA NA NA NA NA NA Hindawi Hindawi NA NA 0 4 NA NA GRAMFC-Inserm U1105, UFR of Medicine, University of Picardie Jules Verne, 3 Rue des Louvels, 80036 Amiens, France. 3 NA NA NA 6 0 TRUE FALSE TRUE publisher;repository c(“green”, “other”) other cc-by
10.1155/2013/317215 2013 Medical research NA fr 2314-4661 2314-4661 ISRN Neuroscience en A Tool to Investigate Symmetry Properties of Newborns Brain: The Newborns’ Symmetric Brain Atlas NA NA NA NA NA NA NA Hindawi Hindawi NA NA 0 4 NA NA Department of Electrical and Electronics Engineering, Shiraz University of Technology, Shiraz, Iran. 4 NA NA NA 6 0 TRUE FALSE TRUE publisher;repository c(“green”, “other”) other cc-by
10.1155/2013/317215 2013 Medical research NA fr 2314-4661 2314-4661 ISRN Neuroscience en A Tool to Investigate Symmetry Properties of Newborns Brain: The Newborns’ Symmetric Brain Atlas NA NA NA NA NA NA NA Hindawi Hindawi NA NA 0 4 NA NA GRAMFC-Inserm U1105, EFSN Pediatrique, CHU Amiens, Place V. Pauchet, 80054 Amiens, France. 5 NA NA NA 6 0 TRUE FALSE TRUE publisher;repository c(“green”, “other”) other cc-by
10.1155/2013/317215 2013 Medical research NA fr 2314-4661 2314-4661 ISRN Neuroscience en A Tool to Investigate Symmetry Properties of Newborns Brain: The Newborns’ Symmetric Brain Atlas NA NA NA NA NA NA NA Hindawi Hindawi NA NA 0 4 NA NA GRAMFC-Inserm U1105, UFR of Medicine, University of Picardie Jules Verne, 3 Rue des Louvels, 80036 Amiens, France ; GRAMFC-Inserm U1105, EFSN Pediatrique, CHU Amiens, Place V. Pauchet, 80054 Amiens, France. 6 NA NA NA 6 0 TRUE FALSE TRUE publisher;repository c(“green”, “other”) other cc-by
10.3897/bdj.1.e995 2013 Biology (fond.) NA c(“us”, “de”, “cz”, “ch”, “gb”, “bg”, “nl”, “fr”) 1314-2828 1314-2828,1314-2836 Biodiversity Data Journal en Beyond dead trees: integrating the scientific process in the Biodiversity Data Journal 1 414.6044 openAPC_estimation_issn 450.000 450 414.6044 16 Pensoft Publishers Pensoft Publishers NA NA 0 4 gold gold The Natural History Museum, London, United Kingdom. 1 NA NA NA 16 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.3897/bdj.1.e995 2013 Biology (fond.) NA c(“us”, “de”, “cz”, “ch”, “gb”, “bg”, “nl”, “fr”) 1314-2828 1314-2828,1314-2836 Biodiversity Data Journal en Beyond dead trees: integrating the scientific process in the Biodiversity Data Journal 1 414.6044 openAPC_estimation_issn 450.000 450 414.6044 16 Pensoft Publishers Pensoft Publishers NA NA 0 4 gold gold Pensoft Publishers, Sofia, Bulgaria. 2 NA NA NA 16 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.3897/bdj.1.e995 2013 Biology (fond.) NA c(“us”, “de”, “cz”, “ch”, “gb”, “bg”, “nl”, “fr”) 1314-2828 1314-2828,1314-2836 Biodiversity Data Journal en Beyond dead trees: integrating the scientific process in the Biodiversity Data Journal 1 414.6044 openAPC_estimation_issn 450.000 450 414.6044 16 Pensoft Publishers Pensoft Publishers NA NA 0 4 gold gold National Museum of Natural History, Sofia, Bulgaria ; Pensoft Publishers, Sofia, Bulgaria. 3 NA NA NA 16 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.3897/bdj.1.e995 2013 Biology (fond.) NA c(“us”, “de”, “cz”, “ch”, “gb”, “bg”, “nl”, “fr”) 1314-2828 1314-2828,1314-2836 Biodiversity Data Journal en Beyond dead trees: integrating the scientific process in the Biodiversity Data Journal 1 414.6044 openAPC_estimation_issn 450.000 450 414.6044 16 Pensoft Publishers Pensoft Publishers NA NA 0 4 gold gold Pensoft Publishers, Sofia, Bulgaria. 4 NA NA NA 16 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.3897/bdj.1.e995 2013 Biology (fond.) NA c(“us”, “de”, “cz”, “ch”, “gb”, “bg”, “nl”, “fr”) 1314-2828 1314-2828,1314-2836 Biodiversity Data Journal en Beyond dead trees: integrating the scientific process in the Biodiversity Data Journal 1 414.6044 openAPC_estimation_issn 450.000 450 414.6044 16 Pensoft Publishers Pensoft Publishers NA NA 0 4 gold gold Netherlands Centre for Biodiversity Naturalis, Leiden, Netherlands. 5 NA NA NA 16 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.3897/bdj.1.e995 2013 Biology (fond.) NA c(“us”, “de”, “cz”, “ch”, “gb”, “bg”, “nl”, “fr”) 1314-2828 1314-2828,1314-2836 Biodiversity Data Journal en Beyond dead trees: integrating the scientific process in the Biodiversity Data Journal 1 414.6044 openAPC_estimation_issn 450.000 450 414.6044 16 Pensoft Publishers Pensoft Publishers NA NA 0 4 gold gold National Museum of Natural History, Smithsonian Institution, Washington, DC, United States of America. 12 NA NA NA 16 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.3897/bdj.1.e995 2013 Biology (fond.) NA c(“us”, “de”, “cz”, “ch”, “gb”, “bg”, “nl”, “fr”) 1314-2828 1314-2828,1314-2836 Biodiversity Data Journal en Beyond dead trees: integrating the scientific process in the Biodiversity Data Journal 1 414.6044 openAPC_estimation_issn 450.000 450 414.6044 16 Pensoft Publishers Pensoft Publishers NA NA 0 4 gold gold National Museum Prague, Prague, Czech Republic. 13 NA NA NA 16 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.3897/bdj.1.e995 2013 Biology (fond.) NA c(“us”, “de”, “cz”, “ch”, “gb”, “bg”, “nl”, “fr”) 1314-2828 1314-2828,1314-2836 Biodiversity Data Journal en Beyond dead trees: integrating the scientific process in the Biodiversity Data Journal 1 414.6044 openAPC_estimation_issn 450.000 450 414.6044 16 Pensoft Publishers Pensoft Publishers NA NA 0 4 gold gold Plazi, Bern, Switzerland. 14 NA NA NA 16 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.3897/bdj.1.e995 2013 Biology (fond.) NA c(“us”, “de”, “cz”, “ch”, “gb”, “bg”, “nl”, “fr”) 1314-2828 1314-2828,1314-2836 Biodiversity Data Journal en Beyond dead trees: integrating the scientific process in the Biodiversity Data Journal 1 414.6044 openAPC_estimation_issn 450.000 450 414.6044 16 Pensoft Publishers Pensoft Publishers NA NA 0 4 gold gold The Natural History Museum, London, United Kingdom. 15 NA NA NA 16 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.3897/bdj.1.e995 2013 Biology (fond.) NA c(“us”, “de”, “cz”, “ch”, “gb”, “bg”, “nl”, “fr”) 1314-2828 1314-2828,1314-2836 Biodiversity Data Journal en Beyond dead trees: integrating the scientific process in the Biodiversity Data Journal 1 414.6044 openAPC_estimation_issn 450.000 450 414.6044 16 Pensoft Publishers Pensoft Publishers NA NA 0 4 gold gold Pensoft Publishers, Sofia, Bulgaria ; Institute of Biodiversity and Ecosystem Research, Sofia, Bulgaria. 16 NA NA NA 16 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.3390/life3020295 2013 Biology (fond.) NA c(“us”, “fr”) 2075-1729 2075-1729 Life en Magnetotactic Bacteria from Extreme Environments 1 1024.3511 openAPC_estimation_issn 1474.322 1800 1024.3511 27 MDPI MDPI NA NA 0 2 gold gold University of Nevada at Las Vegas, School of Life Sciences, Las Vegas, Nevada, 89154-4004, USA. . 1 NA NA NA 2 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.3390/life3020295 2013 Biology (fond.) NA c(“us”, “fr”) 2075-1729 2075-1729 Life en Magnetotactic Bacteria from Extreme Environments 1 1024.3511 openAPC_estimation_issn 1474.322 1800 1024.3511 27 MDPI MDPI NA NA 0 2 gold gold CEA Cadarache/CNRS/Aix-Marseille Université, UMR7265 Service de Biologie Végétale et de Microbiologie Environnementale, Laboratoire de Bioénergétique Cellulaire, 13108, Saint-Paul-lez-Durance, France. . 2 NA NA NA 2 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.3390/biology2031110 2013 Biology (fond.) NA c(“pt”, “fr”) 2079-7737 2079-7737 Biology en The Role of Helicobacter pylori Outer Membrane Proteins in Adherence and Pathogenesis 1 1335.4848 openAPC_estimation_issn 1626.942 2000 1335.4848 23 MDPI MDPI NA NA 0 2 gold gold Department of Infectious Diseases, National Institute of Health Dr Ricardo Jorge, 1649-016 Lisbon, Portugal. . 1 NA NA NA 2 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.3390/biology2031110 2013 Biology (fond.) NA c(“pt”, “fr”) 2079-7737 2079-7737 Biology en The Role of Helicobacter pylori Outer Membrane Proteins in Adherence and Pathogenesis 1 1335.4848 openAPC_estimation_issn 1626.942 2000 1335.4848 23 MDPI MDPI NA NA 0 2 gold gold INSERM U853, Infection à Helicobacter, inflammation et cancer, Bordeaux 33076, France. . 2 NA NA NA 2 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.3390/brainsci3041461 2013 Medical research NA c(“mx”, “us”, “fr”) 2076-3425 2076-3425 Brain Sciences en White Matter Loss in a Mouse Model of Periventricular Leukomalacia Is Rescued by Trophic Factors 1 1091.2094 openAPC_estimation_issn 1622.323 2000 1091.2094 81 MDPI MDPI NA NA 0 2 gold gold Intellectual and Developmental Disabilities Research Center, Semel Institute for Neuroscience and Human Behavior, Department of Psychiatry, University of California Los Angeles, Los Angeles, CA 90095, USA. . 1 NA NA NA 14 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.3390/brainsci3041461 2013 Medical research NA c(“mx”, “us”, “fr”) 2076-3425 2076-3425 Brain Sciences en White Matter Loss in a Mouse Model of Periventricular Leukomalacia Is Rescued by Trophic Factors 1 1091.2094 openAPC_estimation_issn 1622.323 2000 1091.2094 81 MDPI MDPI NA NA 0 2 gold gold University Center for Biological and Agricultural Sciences, University of Guadalajara, Guadalajara 44100, Mexico. . 2 NA NA NA 14 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.3390/brainsci3041461 2013 Medical research NA c(“mx”, “us”, “fr”) 2076-3425 2076-3425 Brain Sciences en White Matter Loss in a Mouse Model of Periventricular Leukomalacia Is Rescued by Trophic Factors 1 1091.2094 openAPC_estimation_issn 1622.323 2000 1091.2094 81 MDPI MDPI NA NA 0 2 gold gold University Center for Biological and Agricultural Sciences, University of Guadalajara, Guadalajara 44100, Mexico. . 3 NA NA NA 14 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.3390/brainsci3041461 2013 Medical research NA c(“mx”, “us”, “fr”) 2076-3425 2076-3425 Brain Sciences en White Matter Loss in a Mouse Model of Periventricular Leukomalacia Is Rescued by Trophic Factors 1 1091.2094 openAPC_estimation_issn 1622.323 2000 1091.2094 81 MDPI MDPI NA NA 0 2 gold gold Intellectual and Developmental Disabilities Research Center, Semel Institute for Neuroscience and Human Behavior, Department of Psychiatry, University of California Los Angeles, Los Angeles, CA 90095, USA. . 4 NA NA NA 14 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.3390/brainsci3041461 2013 Medical research NA c(“mx”, “us”, “fr”) 2076-3425 2076-3425 Brain Sciences en White Matter Loss in a Mouse Model of Periventricular Leukomalacia Is Rescued by Trophic Factors 1 1091.2094 openAPC_estimation_issn 1622.323 2000 1091.2094 81 MDPI MDPI NA NA 0 2 gold gold Intellectual and Developmental Disabilities Research Center, Semel Institute for Neuroscience and Human Behavior, Department of Psychiatry, University of California Los Angeles, Los Angeles, CA 90095, USA. . 5 NA NA NA 14 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.3390/brainsci3041461 2013 Medical research NA c(“mx”, “us”, “fr”) 2076-3425 2076-3425 Brain Sciences en White Matter Loss in a Mouse Model of Periventricular Leukomalacia Is Rescued by Trophic Factors 1 1091.2094 openAPC_estimation_issn 1622.323 2000 1091.2094 81 MDPI MDPI NA NA 0 2 gold gold Intellectual and Developmental Disabilities Research Center, Semel Institute for Neuroscience and Human Behavior, Department of Psychiatry, University of California Los Angeles, Los Angeles, CA 90095, USA. . 10 NA NA NA 14 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.3390/brainsci3041461 2013 Medical research NA c(“mx”, “us”, “fr”) 2076-3425 2076-3425 Brain Sciences en White Matter Loss in a Mouse Model of Periventricular Leukomalacia Is Rescued by Trophic Factors 1 1091.2094 openAPC_estimation_issn 1622.323 2000 1091.2094 81 MDPI MDPI NA NA 0 2 gold gold Intellectual and Developmental Disabilities Research Center, Semel Institute for Neuroscience and Human Behavior, Department of Psychiatry, University of California Los Angeles, Los Angeles, CA 90095, USA. . 11 NA NA NA 14 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.3390/brainsci3041461 2013 Medical research NA c(“mx”, “us”, “fr”) 2076-3425 2076-3425 Brain Sciences en White Matter Loss in a Mouse Model of Periventricular Leukomalacia Is Rescued by Trophic Factors 1 1091.2094 openAPC_estimation_issn 1622.323 2000 1091.2094 81 MDPI MDPI NA NA 0 2 gold gold French Institute of Health and Medical Research (INSERM), U676, Robert Debré Hospital, Paris 75019, France. . 12 NA NA NA 14 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.3390/brainsci3041461 2013 Medical research NA c(“mx”, “us”, “fr”) 2076-3425 2076-3425 Brain Sciences en White Matter Loss in a Mouse Model of Periventricular Leukomalacia Is Rescued by Trophic Factors 1 1091.2094 openAPC_estimation_issn 1622.323 2000 1091.2094 81 MDPI MDPI NA NA 0 2 gold gold University Center for Biological and Agricultural Sciences, University of Guadalajara, Guadalajara 44100, Mexico. 13 NA NA NA 14 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.3390/brainsci3041461 2013 Medical research NA c(“mx”, “us”, “fr”) 2076-3425 2076-3425 Brain Sciences en White Matter Loss in a Mouse Model of Periventricular Leukomalacia Is Rescued by Trophic Factors 1 1091.2094 openAPC_estimation_issn 1622.323 2000 1091.2094 81 MDPI MDPI NA NA 0 2 gold gold Intellectual and Developmental Disabilities Research Center, Semel Institute for Neuroscience and Human Behavior, Department of Psychiatry, University of California Los Angeles, Los Angeles, CA 90095, USA. . 14 NA NA NA 14 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.1016/j.rinim.2013.05.004 2013 Biology (fond.) NA fr 2211-2839 2211-2839 Results in Immunology en Perturbations of the CD8+ T-cell repertoire in CVID patients with complications 1 2384.8283 openAPC_estimation_publisher_year NA NA 2384.8283 462 Elsevier Elsevier NA NA 0 1 hybrid NA University of Bordeaux 2, Bordeaux, France ; Department of Internal Medicine, Centre Hospitalier Universitaire of Bordeaux, Bordeaux, France. 1 NA NA NA 5 1 TRUE FALSE TRUE publisher;repository c(“green”, “gold”) gold no license
10.1016/j.rinim.2013.05.004 2013 Biology (fond.) NA fr 2211-2839 2211-2839 Results in Immunology en Perturbations of the CD8+ T-cell repertoire in CVID patients with complications 1 2384.8283 openAPC_estimation_publisher_year NA NA 2384.8283 462 Elsevier Elsevier NA NA 0 1 hybrid NA TcLand SA, Nantes, France. 2 NA NA NA 5 1 TRUE FALSE TRUE publisher;repository c(“green”, “gold”) gold no license
10.1016/j.rinim.2013.05.004 2013 Biology (fond.) NA fr 2211-2839 2211-2839 Results in Immunology en Perturbations of the CD8+ T-cell repertoire in CVID patients with complications 1 2384.8283 openAPC_estimation_publisher_year NA NA 2384.8283 462 Elsevier Elsevier NA NA 0 1 hybrid NA TcLand SA, Nantes, France. 3 NA NA NA 5 1 TRUE FALSE TRUE publisher;repository c(“green”, “gold”) gold no license
10.1016/j.rinim.2013.05.004 2013 Biology (fond.) NA fr 2211-2839 2211-2839 Results in Immunology en Perturbations of the CD8+ T-cell repertoire in CVID patients with complications 1 2384.8283 openAPC_estimation_publisher_year NA NA 2384.8283 462 Elsevier Elsevier NA NA 0 1 hybrid NA University of Bordeaux 2, Bordeaux, France ; Department of Internal Medicine, Centre Hospitalier Universitaire of Bordeaux, Bordeaux, France. 4 NA NA NA 5 1 TRUE FALSE TRUE publisher;repository c(“green”, “gold”) gold no license
10.1016/j.rinim.2013.05.004 2013 Biology (fond.) NA fr 2211-2839 2211-2839 Results in Immunology en Perturbations of the CD8+ T-cell repertoire in CVID patients with complications 1 2384.8283 openAPC_estimation_publisher_year NA NA 2384.8283 462 Elsevier Elsevier NA NA 0 1 hybrid NA University of Bordeaux 2, Bordeaux, France ; Laboratory of Immunology, Centre Hospitalier Universitaire of Bordeaux, Bordeaux, France ; The Centre National de la Recherche Scientifique, Unité Mixte de Recherche 5164, Bordeaux, France. 5 NA NA NA 5 1 TRUE FALSE TRUE publisher;repository c(“green”, “gold”) gold no license
10.1007/s00445-013-0762-x 2013 Earth, Ecology, Energy and applied biology NA c(“de”, “ec”, “fr”) 0258-8900 0258-8900,1432-0819 Bulletin of Volcanology en Dune bedforms produced by dilute pyroclastic density currents from the August 2006 eruption of Tungurahua volcano, Ecuador 1 1477.7676 openAPC_estimation_publisher_year NA NA 1477.7676 739 Springer Springer NA NA 1 4 hybrid NA Earth & Environmental Sciences, Ludwig-Maximilians-Universität (LMU), Munich, Germany. 1 NA NA NA 9 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid cc-by
10.1007/s00445-013-0762-x 2013 Earth, Ecology, Energy and applied biology NA c(“de”, “ec”, “fr”) 0258-8900 0258-8900,1432-0819 Bulletin of Volcanology en Dune bedforms produced by dilute pyroclastic density currents from the August 2006 eruption of Tungurahua volcano, Ecuador 1 1477.7676 openAPC_estimation_publisher_year NA NA 1477.7676 739 Springer Springer NA NA 1 4 hybrid NA Instituto Geofísico, Escuela Politécnica Nacional, Quito, Ecuador. 2 NA NA NA 9 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid cc-by
10.1007/s00445-013-0762-x 2013 Earth, Ecology, Energy and applied biology NA c(“de”, “ec”, “fr”) 0258-8900 0258-8900,1432-0819 Bulletin of Volcanology en Dune bedforms produced by dilute pyroclastic density currents from the August 2006 eruption of Tungurahua volcano, Ecuador 1 1477.7676 openAPC_estimation_publisher_year NA NA 1477.7676 739 Springer Springer NA NA 1 4 hybrid NA Earth & Environmental Sciences, Ludwig-Maximilians-Universität (LMU), Munich, Germany. 3 NA NA NA 9 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid cc-by
10.1007/s00445-013-0762-x 2013 Earth, Ecology, Energy and applied biology NA c(“de”, “ec”, “fr”) 0258-8900 0258-8900,1432-0819 Bulletin of Volcanology en Dune bedforms produced by dilute pyroclastic density currents from the August 2006 eruption of Tungurahua volcano, Ecuador 1 1477.7676 openAPC_estimation_publisher_year NA NA 1477.7676 739 Springer Springer NA NA 1 4 hybrid NA Ecole et Observatoire des Sciences de la Terre, Université de Strasbourg, Strasbourg, France ; Laboratoire de Géophysique Interne et Tectonophysique (LGIT), Grenoble, France. 4 NA NA NA 9 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid cc-by
10.1007/s00445-013-0762-x 2013 Earth, Ecology, Energy and applied biology NA c(“de”, “ec”, “fr”) 0258-8900 0258-8900,1432-0819 Bulletin of Volcanology en Dune bedforms produced by dilute pyroclastic density currents from the August 2006 eruption of Tungurahua volcano, Ecuador 1 1477.7676 openAPC_estimation_publisher_year NA NA 1477.7676 739 Springer Springer NA NA 1 4 hybrid NA Ecole et Observatoire des Sciences de la Terre, Université de Strasbourg, Strasbourg, France ; Laboratoire de Géosciences Marines, Université de Brest, Brest, France. 5 NA NA NA 9 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid cc-by
10.1007/s00445-013-0762-x 2013 Earth, Ecology, Energy and applied biology NA c(“de”, “ec”, “fr”) 0258-8900 0258-8900,1432-0819 Bulletin of Volcanology en Dune bedforms produced by dilute pyroclastic density currents from the August 2006 eruption of Tungurahua volcano, Ecuador 1 1477.7676 openAPC_estimation_publisher_year NA NA 1477.7676 739 Springer Springer NA NA 1 4 hybrid NA Instituto Geofísico, Escuela Politécnica Nacional, Quito, Ecuador. 6 NA NA NA 9 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid cc-by
10.1007/s00445-013-0762-x 2013 Earth, Ecology, Energy and applied biology NA c(“de”, “ec”, “fr”) 0258-8900 0258-8900,1432-0819 Bulletin of Volcanology en Dune bedforms produced by dilute pyroclastic density currents from the August 2006 eruption of Tungurahua volcano, Ecuador 1 1477.7676 openAPC_estimation_publisher_year NA NA 1477.7676 739 Springer Springer NA NA 1 4 hybrid NA Instituto Geofísico, Escuela Politécnica Nacional, Quito, Ecuador. 7 NA NA NA 9 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid cc-by
10.1007/s00445-013-0762-x 2013 Earth, Ecology, Energy and applied biology NA c(“de”, “ec”, “fr”) 0258-8900 0258-8900,1432-0819 Bulletin of Volcanology en Dune bedforms produced by dilute pyroclastic density currents from the August 2006 eruption of Tungurahua volcano, Ecuador 1 1477.7676 openAPC_estimation_publisher_year NA NA 1477.7676 739 Springer Springer NA NA 1 4 hybrid NA Instituto Geofísico, Escuela Politécnica Nacional, Quito, Ecuador. 8 NA NA NA 9 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid cc-by
10.1007/s00445-013-0762-x 2013 Earth, Ecology, Energy and applied biology NA c(“de”, “ec”, “fr”) 0258-8900 0258-8900,1432-0819 Bulletin of Volcanology en Dune bedforms produced by dilute pyroclastic density currents from the August 2006 eruption of Tungurahua volcano, Ecuador 1 1477.7676 openAPC_estimation_publisher_year NA NA 1477.7676 739 Springer Springer NA NA 1 4 hybrid NA Earth & Environmental Sciences, Ludwig-Maximilians-Universität (LMU), Munich, Germany. 9 NA NA NA 9 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid cc-by
10.1021/nl303898y 2013 Physical sciences, Astronomy NA fr 1530-6984 1530-6984,1530-6992 Nano Letters en Modulating Physical Properties of Isolated and Self-Assembled Nanocrystals through Change in Nanocrystallinity 0 NA NA NA NA NA NA American Chemical Society American Chemical Society NA NA 1 3 hybrid NA Université Pierre et Marie Curie, UMR 7070, LM2N, 4 place Jussieu 75005 Paris, France. 1 NA NA NA 1 1 FALSE FALSE FALSE closed closed closed NA
10.3390/metabo3010024 2013 Biology (fond.) NA fr 2218-1989 2218-1989 Metabolites en Absolute Configuration of the New 3-epi-cladocroic Acid from the Mediterranean Sponge Haliclona fulva 1 1145.4766 openAPC_estimation_issn 1633.587 2000 1145.4766 67 MDPI MDPI NA NA 0 2 gold gold Nice Institute of Chemistry UMR 7272 CNRS-PCRE, University of Nice-Sophia Antipolis, Parc Valrose, 06108 Nice, France. . 1 NA NA NA 2 1 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.3390/metabo3010024 2013 Biology (fond.) NA fr 2218-1989 2218-1989 Metabolites en Absolute Configuration of the New 3-epi-cladocroic Acid from the Mediterranean Sponge Haliclona fulva 1 1145.4766 openAPC_estimation_issn 1633.587 2000 1145.4766 67 MDPI MDPI NA NA 0 2 gold gold Nice Institute of Chemistry UMR 7272 CNRS-PCRE, University of Nice-Sophia Antipolis, Parc Valrose, 06108 Nice, France. . 2 NA NA NA 2 1 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.3390/biology2010317 2013 Biology (fond.) NA fr 2079-7737 2079-7737 Biology en The Dynamic Arctic Snow Pack: An Unexplored Environment for Microbial Diversity and Activity 1 1335.4848 openAPC_estimation_issn 1626.148 2000 1335.4848 23 MDPI MDPI NA NA 0 2 gold gold Environmental Microbial Genomics, CNRS, Ecole Centrale de Lyon, Université de Lyon, 36 avenue Guy de Collongue, 69134 Ecully, France. . 1 NA NA NA 3 1 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.3390/biology2010317 2013 Biology (fond.) NA fr 2079-7737 2079-7737 Biology en The Dynamic Arctic Snow Pack: An Unexplored Environment for Microbial Diversity and Activity 1 1335.4848 openAPC_estimation_issn 1626.148 2000 1335.4848 23 MDPI MDPI NA NA 0 2 gold gold Université Joseph Fourier - Grenoble 1 / CNRS, LGGE, 54 rue Molière BP56, F-38402 Saint Martin d’Hères, France. . 2 NA NA NA 3 1 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.3390/biology2010317 2013 Biology (fond.) NA fr 2079-7737 2079-7737 Biology en The Dynamic Arctic Snow Pack: An Unexplored Environment for Microbial Diversity and Activity 1 1335.4848 openAPC_estimation_issn 1626.148 2000 1335.4848 23 MDPI MDPI NA NA 0 2 gold gold Environmental Microbial Genomics, CNRS, Ecole Centrale de Lyon, Université de Lyon, 36 avenue Guy de Collongue, 69134 Ecully, France. . 3 NA NA NA 3 1 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.1140/epjc/s10052-013-2617-1 2013 Physical sciences, Astronomy NA c(“us”, “br”, “hr”, “nl”, “mx”, “ro”, “gb”, “fr”, “th”, “no”, “se”, “am”, “ch”, “cu”, “pe”, “za”, “pl”, “hu”, “es”, “de”, “cn”, “pk”, “ua”, “dk”, “gr”, “it”, “fi”, “jp”, “cz”, “sk”, “in”) 1434-6044 1434-6044,1434-6052 The European Physical Journal C en Charmonium and e + e − pair photoproduction at mid-rapidity in ultra-peripheral Pb–Pb collisions at \(\sqrt{s_{\mathrm{NN}}} = 2.76\ \mbox{TeV}\) 0 0.0000 doaj 0.000 0 1187.9474 19 Springer Springer NA NA 0 4 diamond diamond Fachhochschule Köln, Köln, Germany ; University of Technology and Austrian Academy of Sciences, Vienna, Austria ; Department of Physics, Gauhati University, Guwahati, India ; Suranaree University of Technology, Nakhon Ratchasima, Thailand ; Academy of Scientific Research and Technology (ASRT), Cairo, Egypt. 2 NA NA NA 983 0 TRUE FALSE FALSE publisher;repository c(“green”, “other”) other cc-by
10.1140/epjc/s10052-013-2617-1 2013 Physical sciences, Astronomy NA c(“us”, “br”, “hr”, “nl”, “mx”, “ro”, “gb”, “fr”, “th”, “no”, “se”, “am”, “ch”, “cu”, “pe”, “za”, “pl”, “hu”, “es”, “de”, “cn”, “pk”, “ua”, “dk”, “gr”, “it”, “fi”, “jp”, “cz”, “sk”, “in”) 1434-6044 1434-6044,1434-6052 The European Physical Journal C en Charmonium and e + e − pair photoproduction at mid-rapidity in ultra-peripheral Pb–Pb collisions at \(\sqrt{s_{\mathrm{NN}}} = 2.76\ \mbox{TeV}\) 0 0.0000 doaj 0.000 0 1187.9474 19 Springer Springer NA NA 0 4 diamond diamond Lawrence Livermore National Laboratory, Livermore, California United States. 3 NA NA NA 983 0 TRUE FALSE FALSE publisher;repository c(“green”, “other”) other cc-by
10.1140/epjc/s10052-013-2617-1 2013 Physical sciences, Astronomy NA c(“us”, “br”, “hr”, “nl”, “mx”, “ro”, “gb”, “fr”, “th”, “no”, “se”, “am”, “ch”, “cu”, “pe”, “za”, “pl”, “hu”, “es”, “de”, “cn”, “pk”, “ua”, “dk”, “gr”, “it”, “fi”, “jp”, “cz”, “sk”, “in”) 1434-6044 1434-6044,1434-6052 The European Physical Journal C en Charmonium and e + e − pair photoproduction at mid-rapidity in ultra-peripheral Pb–Pb collisions at \(\sqrt{s_{\mathrm{NN}}} = 2.76\ \mbox{TeV}\) 0 0.0000 doaj 0.000 0 1187.9474 19 Springer Springer NA NA 0 4 diamond diamond Faculty of Nuclear Sciences and Physical Engineering, Czech Technical University in Prague, Prague, Czech Republic. 4 NA NA NA 983 0 TRUE FALSE FALSE publisher;repository c(“green”, “other”) other cc-by
10.1140/epjc/s10052-013-2617-1 2013 Physical sciences, Astronomy NA c(“us”, “br”, “hr”, “nl”, “mx”, “ro”, “gb”, “fr”, “th”, “no”, “se”, “am”, “ch”, “cu”, “pe”, “za”, “pl”, “hu”, “es”, “de”, “cn”, “pk”, “ua”, “dk”, “gr”, “it”, “fi”, “jp”, “cz”, “sk”, “in”) 1434-6044 1434-6044,1434-6052 The European Physical Journal C en Charmonium and e + e − pair photoproduction at mid-rapidity in ultra-peripheral Pb–Pb collisions at \(\sqrt{s_{\mathrm{NN}}} = 2.76\ \mbox{TeV}\) 0 0.0000 doaj 0.000 0 1187.9474 19 Springer Springer NA NA 0 4 diamond diamond Nuclear Physics Institute, Academy of Sciences of the Czech Republic, Řež u Prahy, Czech Republic. 5 NA NA NA 983 0 TRUE FALSE FALSE publisher;repository c(“green”, “other”) other cc-by
10.1140/epjc/s10052-013-2617-1 2013 Physical sciences, Astronomy NA c(“us”, “br”, “hr”, “nl”, “mx”, “ro”, “gb”, “fr”, “th”, “no”, “se”, “am”, “ch”, “cu”, “pe”, “za”, “pl”, “hu”, “es”, “de”, “cn”, “pk”, “ua”, “dk”, “gr”, “it”, “fi”, “jp”, “cz”, “sk”, “in”) 1434-6044 1434-6044,1434-6052 The European Physical Journal C en Charmonium and e + e − pair photoproduction at mid-rapidity in ultra-peripheral Pb–Pb collisions at \(\sqrt{s_{\mathrm{NN}}} = 2.76\ \mbox{TeV}\) 0 0.0000 doaj 0.000 0 1187.9474 19 Springer Springer NA NA 0 4 diamond diamond Yale University, New Haven, Connecticut United States. 6 NA NA NA 983 0 TRUE FALSE FALSE publisher;repository c(“green”, “other”) other cc-by
10.1140/epjc/s10052-013-2617-1 2013 Physical sciences, Astronomy NA c(“us”, “br”, “hr”, “nl”, “mx”, “ro”, “gb”, “fr”, “th”, “no”, “se”, “am”, “ch”, “cu”, “pe”, “za”, “pl”, “hu”, “es”, “de”, “cn”, “pk”, “ua”, “dk”, “gr”, “it”, “fi”, “jp”, “cz”, “sk”, “in”) 1434-6044 1434-6044,1434-6052 The European Physical Journal C en Charmonium and e + e − pair photoproduction at mid-rapidity in ultra-peripheral Pb–Pb collisions at \(\sqrt{s_{\mathrm{NN}}} = 2.76\ \mbox{TeV}\) 0 0.0000 doaj 0.000 0 1187.9474 19 Springer Springer NA NA 0 4 diamond diamond Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany. 980 NA NA NA 983 0 TRUE FALSE FALSE publisher;repository c(“green”, “other”) other cc-by
10.1140/epjc/s10052-013-2617-1 2013 Physical sciences, Astronomy NA c(“us”, “br”, “hr”, “nl”, “mx”, “ro”, “gb”, “fr”, “th”, “no”, “se”, “am”, “ch”, “cu”, “pe”, “za”, “pl”, “hu”, “es”, “de”, “cn”, “pk”, “ua”, “dk”, “gr”, “it”, “fi”, “jp”, “cz”, “sk”, “in”) 1434-6044 1434-6044,1434-6052 The European Physical Journal C en Charmonium and e + e − pair photoproduction at mid-rapidity in ultra-peripheral Pb–Pb collisions at \(\sqrt{s_{\mathrm{NN}}} = 2.76\ \mbox{TeV}\) 0 0.0000 doaj 0.000 0 1187.9474 19 Springer Springer NA NA 0 4 diamond diamond Bogolyubov Institute for Theoretical Physics, Kiev, Ukraine. 981 NA NA NA 983 0 TRUE FALSE FALSE publisher;repository c(“green”, “other”) other cc-by
10.1140/epjc/s10052-013-2617-1 2013 Physical sciences, Astronomy NA c(“us”, “br”, “hr”, “nl”, “mx”, “ro”, “gb”, “fr”, “th”, “no”, “se”, “am”, “ch”, “cu”, “pe”, “za”, “pl”, “hu”, “es”, “de”, “cn”, “pk”, “ua”, “dk”, “gr”, “it”, “fi”, “jp”, “cz”, “sk”, “in”) 1434-6044 1434-6044,1434-6052 The European Physical Journal C en Charmonium and e + e − pair photoproduction at mid-rapidity in ultra-peripheral Pb–Pb collisions at \(\sqrt{s_{\mathrm{NN}}} = 2.76\ \mbox{TeV}\) 0 0.0000 doaj 0.000 0 1187.9474 19 Springer Springer NA NA 0 4 diamond diamond Université de Lyon, Université Lyon 1, CNRS/IN2P3, IPN-Lyon, Villeurbanne, France. 982 NA NA NA 983 0 TRUE FALSE FALSE publisher;repository c(“green”, “other”) other cc-by
10.1140/epjc/s10052-013-2617-1 2013 Physical sciences, Astronomy NA c(“us”, “br”, “hr”, “nl”, “mx”, “ro”, “gb”, “fr”, “th”, “no”, “se”, “am”, “ch”, “cu”, “pe”, “za”, “pl”, “hu”, “es”, “de”, “cn”, “pk”, “ua”, “dk”, “gr”, “it”, “fi”, “jp”, “cz”, “sk”, “in”) 1434-6044 1434-6044,1434-6052 The European Physical Journal C en Charmonium and e + e − pair photoproduction at mid-rapidity in ultra-peripheral Pb–Pb collisions at \(\sqrt{s_{\mathrm{NN}}} = 2.76\ \mbox{TeV}\) 0 0.0000 doaj 0.000 0 1187.9474 19 Springer Springer NA NA 0 4 diamond diamond Bogolyubov Institute for Theoretical Physics, Kiev, Ukraine. 983 NA NA NA 983 0 TRUE FALSE FALSE publisher;repository c(“green”, “other”) other cc-by
10.1140/epjc/s10052-013-2617-1 2013 Physical sciences, Astronomy NA c(“us”, “br”, “hr”, “nl”, “mx”, “ro”, “gb”, “fr”, “th”, “no”, “se”, “am”, “ch”, “cu”, “pe”, “za”, “pl”, “hu”, “es”, “de”, “cn”, “pk”, “ua”, “dk”, “gr”, “it”, “fi”, “jp”, “cz”, “sk”, “in”) 1434-6044 1434-6044,1434-6052 The European Physical Journal C en Charmonium and e + e − pair photoproduction at mid-rapidity in ultra-peripheral Pb–Pb collisions at \(\sqrt{s_{\mathrm{NN}}} = 2.76\ \mbox{TeV}\) 0 0.0000 doaj 0.000 0 1187.9474 19 Springer Springer NA NA 0 4 diamond diamond Institut für Kernphysik, Johann Wolfgang Goethe-Universität Frankfurt, Frankfurt, Germany. 984 NA NA NA 983 0 TRUE FALSE FALSE publisher;repository c(“green”, “other”) other cc-by
10.1140/epjc/s10052-013-2674-5 2013 Physical sciences, Astronomy NA c(“at”, “ru”, “tr”, “br”, “us”, “hr”, “co”, “mx”, “ee”, “fr”, “ge”, “th”, “gb”, “am”, “pt”, “ch”, “hu”, “pl”, “es”, “cn”, “de”, “pk”, “ua”, “by”, “gr”, “nz”, “it”, “cy”, “lt”, “fi”, “ie”, “cz”, “be”, “bg”, “eg”, “tw”, “rs”, “in”) 1434-6044 1434-6044,1434-6052 The European Physical Journal C en Jet and underlying event properties as a function of charged-particle multiplicity in proton–proton collisions at \(\sqrt {s}= 7\ \text{TeV}\) 0 0.0000 doaj 0.000 0 1187.9474 19 Springer Springer NA NA 0 4 diamond diamond Yerevan Physics Institute, Yerevan, Armenia. 2 NA NA NA 2224 0 TRUE FALSE FALSE publisher;repository c(“green”, “other”) other cc-by
10.1140/epjc/s10052-013-2674-5 2013 Physical sciences, Astronomy NA c(“at”, “ru”, “tr”, “br”, “us”, “hr”, “co”, “mx”, “ee”, “fr”, “ge”, “th”, “gb”, “am”, “pt”, “ch”, “hu”, “pl”, “es”, “cn”, “de”, “pk”, “ua”, “by”, “gr”, “nz”, “it”, “cy”, “lt”, “fi”, “ie”, “cz”, “be”, “bg”, “eg”, “tw”, “rs”, “in”) 1434-6044 1434-6044,1434-6052 The European Physical Journal C en Jet and underlying event properties as a function of charged-particle multiplicity in proton–proton collisions at \(\sqrt {s}= 7\ \text{TeV}\) 0 0.0000 doaj 0.000 0 1187.9474 19 Springer Springer NA NA 0 4 diamond diamond Yerevan Physics Institute, Yerevan, Armenia. 3 NA NA NA 2224 0 TRUE FALSE FALSE publisher;repository c(“green”, “other”) other cc-by
10.1140/epjc/s10052-013-2674-5 2013 Physical sciences, Astronomy NA c(“at”, “ru”, “tr”, “br”, “us”, “hr”, “co”, “mx”, “ee”, “fr”, “ge”, “th”, “gb”, “am”, “pt”, “ch”, “hu”, “pl”, “es”, “cn”, “de”, “pk”, “ua”, “by”, “gr”, “nz”, “it”, “cy”, “lt”, “fi”, “ie”, “cz”, “be”, “bg”, “eg”, “tw”, “rs”, “in”) 1434-6044 1434-6044,1434-6052 The European Physical Journal C en Jet and underlying event properties as a function of charged-particle multiplicity in proton–proton collisions at \(\sqrt {s}= 7\ \text{TeV}\) 0 0.0000 doaj 0.000 0 1187.9474 19 Springer Springer NA NA 0 4 diamond diamond Yerevan Physics Institute, Yerevan, Armenia. 4 NA NA NA 2224 0 TRUE FALSE FALSE publisher;repository c(“green”, “other”) other cc-by
10.1140/epjc/s10052-013-2674-5 2013 Physical sciences, Astronomy NA c(“at”, “ru”, “tr”, “br”, “us”, “hr”, “co”, “mx”, “ee”, “fr”, “ge”, “th”, “gb”, “am”, “pt”, “ch”, “hu”, “pl”, “es”, “cn”, “de”, “pk”, “ua”, “by”, “gr”, “nz”, “it”, “cy”, “lt”, “fi”, “ie”, “cz”, “be”, “bg”, “eg”, “tw”, “rs”, “in”) 1434-6044 1434-6044,1434-6052 The European Physical Journal C en Jet and underlying event properties as a function of charged-particle multiplicity in proton–proton collisions at \(\sqrt {s}= 7\ \text{TeV}\) 0 0.0000 doaj 0.000 0 1187.9474 19 Springer Springer NA NA 0 4 diamond diamond Yerevan Physics Institute, Yerevan, Armenia. 5 NA NA NA 2224 0 TRUE FALSE FALSE publisher;repository c(“green”, “other”) other cc-by
10.1140/epjc/s10052-013-2674-5 2013 Physical sciences, Astronomy NA c(“at”, “ru”, “tr”, “br”, “us”, “hr”, “co”, “mx”, “ee”, “fr”, “ge”, “th”, “gb”, “am”, “pt”, “ch”, “hu”, “pl”, “es”, “cn”, “de”, “pk”, “ua”, “by”, “gr”, “nz”, “it”, “cy”, “lt”, “fi”, “ie”, “cz”, “be”, “bg”, “eg”, “tw”, “rs”, “in”) 1434-6044 1434-6044,1434-6052 The European Physical Journal C en Jet and underlying event properties as a function of charged-particle multiplicity in proton–proton collisions at \(\sqrt {s}= 7\ \text{TeV}\) 0 0.0000 doaj 0.000 0 1187.9474 19 Springer Springer NA NA 0 4 diamond diamond Institut für Hochenergiephysik der OeAW, Wien, Austria. 6 NA NA NA 2224 0 TRUE FALSE FALSE publisher;repository c(“green”, “other”) other cc-by
10.1140/epjc/s10052-013-2674-5 2013 Physical sciences, Astronomy NA c(“at”, “ru”, “tr”, “br”, “us”, “hr”, “co”, “mx”, “ee”, “fr”, “ge”, “th”, “gb”, “am”, “pt”, “ch”, “hu”, “pl”, “es”, “cn”, “de”, “pk”, “ua”, “by”, “gr”, “nz”, “it”, “cy”, “lt”, “fi”, “ie”, “cz”, “be”, “bg”, “eg”, “tw”, “rs”, “in”) 1434-6044 1434-6044,1434-6052 The European Physical Journal C en Jet and underlying event properties as a function of charged-particle multiplicity in proton–proton collisions at \(\sqrt {s}= 7\ \text{TeV}\) 0 0.0000 doaj 0.000 0 1187.9474 19 Springer Springer NA NA 0 4 diamond diamond University of Wisconsin, Madison, USA. 2221 NA NA NA 2224 0 TRUE FALSE FALSE publisher;repository c(“green”, “other”) other cc-by
10.1140/epjc/s10052-013-2674-5 2013 Physical sciences, Astronomy NA c(“at”, “ru”, “tr”, “br”, “us”, “hr”, “co”, “mx”, “ee”, “fr”, “ge”, “th”, “gb”, “am”, “pt”, “ch”, “hu”, “pl”, “es”, “cn”, “de”, “pk”, “ua”, “by”, “gr”, “nz”, “it”, “cy”, “lt”, “fi”, “ie”, “cz”, “be”, “bg”, “eg”, “tw”, “rs”, “in”) 1434-6044 1434-6044,1434-6052 The European Physical Journal C en Jet and underlying event properties as a function of charged-particle multiplicity in proton–proton collisions at \(\sqrt {s}= 7\ \text{TeV}\) 0 0.0000 doaj 0.000 0 1187.9474 19 Springer Springer NA NA 0 4 diamond diamond University of Wisconsin, Madison, USA. 2222 NA NA NA 2224 0 TRUE FALSE FALSE publisher;repository c(“green”, “other”) other cc-by
10.1140/epjc/s10052-013-2674-5 2013 Physical sciences, Astronomy NA c(“at”, “ru”, “tr”, “br”, “us”, “hr”, “co”, “mx”, “ee”, “fr”, “ge”, “th”, “gb”, “am”, “pt”, “ch”, “hu”, “pl”, “es”, “cn”, “de”, “pk”, “ua”, “by”, “gr”, “nz”, “it”, “cy”, “lt”, “fi”, “ie”, “cz”, “be”, “bg”, “eg”, “tw”, “rs”, “in”) 1434-6044 1434-6044,1434-6052 The European Physical Journal C en Jet and underlying event properties as a function of charged-particle multiplicity in proton–proton collisions at \(\sqrt {s}= 7\ \text{TeV}\) 0 0.0000 doaj 0.000 0 1187.9474 19 Springer Springer NA NA 0 4 diamond diamond University of Wisconsin, Madison, USA. 2223 NA NA NA 2224 0 TRUE FALSE FALSE publisher;repository c(“green”, “other”) other cc-by
10.1140/epjc/s10052-013-2674-5 2013 Physical sciences, Astronomy NA c(“at”, “ru”, “tr”, “br”, “us”, “hr”, “co”, “mx”, “ee”, “fr”, “ge”, “th”, “gb”, “am”, “pt”, “ch”, “hu”, “pl”, “es”, “cn”, “de”, “pk”, “ua”, “by”, “gr”, “nz”, “it”, “cy”, “lt”, “fi”, “ie”, “cz”, “be”, “bg”, “eg”, “tw”, “rs”, “in”) 1434-6044 1434-6044,1434-6052 The European Physical Journal C en Jet and underlying event properties as a function of charged-particle multiplicity in proton–proton collisions at \(\sqrt {s}= 7\ \text{TeV}\) 0 0.0000 doaj 0.000 0 1187.9474 19 Springer Springer NA NA 0 4 diamond diamond University of Wisconsin, Madison, USA. 2224 NA NA NA 2224 0 TRUE FALSE FALSE publisher;repository c(“green”, “other”) other cc-by
10.1140/epjc/s10052-013-2674-5 2013 Physical sciences, Astronomy NA c(“at”, “ru”, “tr”, “br”, “us”, “hr”, “co”, “mx”, “ee”, “fr”, “ge”, “th”, “gb”, “am”, “pt”, “ch”, “hu”, “pl”, “es”, “cn”, “de”, “pk”, “ua”, “by”, “gr”, “nz”, “it”, “cy”, “lt”, “fi”, “ie”, “cz”, “be”, “bg”, “eg”, “tw”, “rs”, “in”) 1434-6044 1434-6044,1434-6052 The European Physical Journal C en Jet and underlying event properties as a function of charged-particle multiplicity in proton–proton collisions at \(\sqrt {s}= 7\ \text{TeV}\) 0 0.0000 doaj 0.000 0 1187.9474 19 Springer Springer NA NA 0 4 diamond diamond University of Wisconsin, Madison, USA. 2225 NA NA NA 2224 0 TRUE FALSE FALSE publisher;repository c(“green”, “other”) other cc-by
10.1155/2013/746845 2013 Medical research NA c(“ch”, “fr”) 2090-8601 2090-858X,2090-8601 Journal of Neurodegenerative Diseases en Death Receptors in the Selective Degeneration of Motoneurons in Amyotrophic Lateral Sclerosis NA NA NA NA NA NA NA Hindawi Hindawi NA NA 0 4 NA NA Inserm-Avenir team, The Mediterranean Institute of Neurobiology (INMED), 13288 Marseille, France ; Neurodegenerative Studies Laboratory, Brain Mind Institute, The Swiss Federal Institute of Technology Lausanne (EPFL), CH-1015 Lausanne, Switzerland. 1 NA NA NA 4 0 TRUE FALSE TRUE publisher;repository c(“green”, “other”) other cc-by
10.1155/2013/746845 2013 Medical research NA c(“ch”, “fr”) 2090-8601 2090-858X,2090-8601 Journal of Neurodegenerative Diseases en Death Receptors in the Selective Degeneration of Motoneurons in Amyotrophic Lateral Sclerosis NA NA NA NA NA NA NA Hindawi Hindawi NA NA 0 4 NA NA Inserm-Avenir team, The Mediterranean Institute of Neurobiology (INMED), 13288 Marseille, France ; Department of Medical Genetics, University of Lausanne, CH-1005 Lausanne, Switzerland. 2 NA NA NA 4 0 TRUE FALSE TRUE publisher;repository c(“green”, “other”) other cc-by
10.1155/2013/746845 2013 Medical research NA c(“ch”, “fr”) 2090-8601 2090-858X,2090-8601 Journal of Neurodegenerative Diseases en Death Receptors in the Selective Degeneration of Motoneurons in Amyotrophic Lateral Sclerosis NA NA NA NA NA NA NA Hindawi Hindawi NA NA 0 4 NA NA Inserm-Avenir team, The Mediterranean Institute of Neurobiology (INMED), 13288 Marseille, France ; The Mediterranean Institute of Neurobiology (INMED), Inserm UMR901, 13288 Marseille, France. 3 NA NA NA 4 0 TRUE FALSE TRUE publisher;repository c(“green”, “other”) other cc-by
10.1155/2013/746845 2013 Medical research NA c(“ch”, “fr”) 2090-8601 2090-858X,2090-8601 Journal of Neurodegenerative Diseases en Death Receptors in the Selective Degeneration of Motoneurons in Amyotrophic Lateral Sclerosis NA NA NA NA NA NA NA Hindawi Hindawi NA NA 0 4 NA NA Inserm-Avenir team, The Mediterranean Institute of Neurobiology (INMED), 13288 Marseille, France ; The Neuroscience Institute Montpellier (INM), INSERM UMR1051, Saint Eloi Hospital, 34091 Montpellier, France. 4 NA NA NA 4 0 TRUE FALSE TRUE publisher;repository c(“green”, “other”) other cc-by
10.1140/epjc/s10052-013-2306-0 2013 Physical sciences, Astronomy NA c(“at”, “us”, “tr”, “br”, “co”, “nl”, “ro”, “gb”, “se”, “ca”, “fr”, “no”, “ge”, “am”, “pt”, “ch”, “za”, “pl”, “si”, “es”, “de”, “cn”, “dk”, “cl”, “by”, “gr”, “it”, “au”, “ar”, “il”, “az”, “jp”, “cz”, “ma”, “sk”, “tw”, “rs”) 1434-6044 1434-6044,1434-6052 The European Physical Journal C en Jet energy resolution in proton-proton collisions at \(\sqrt{\mathrm{s}}=7\mbox{ TeV}\) recorded in 2010 with the ATLAS detector 0 0.0000 doaj 0.000 0 1187.9474 19 Springer Springer NA NA 0 4 diamond diamond Fakultät für Mathematik und Physik, Albert-Ludwigs-Universität, Freiburg, Germany. 2 NA NA NA 2878 0 TRUE FALSE FALSE publisher;repository c(“green”, “other”) other cc-by
10.1140/epjc/s10052-013-2306-0 2013 Physical sciences, Astronomy NA c(“at”, “us”, “tr”, “br”, “co”, “nl”, “ro”, “gb”, “se”, “ca”, “fr”, “no”, “ge”, “am”, “pt”, “ch”, “za”, “pl”, “si”, “es”, “de”, “cn”, “dk”, “cl”, “by”, “gr”, “it”, “au”, “ar”, “il”, “az”, “jp”, “cz”, “ma”, “sk”, “tw”, “rs”) 1434-6044 1434-6044,1434-6052 The European Physical Journal C en Jet energy resolution in proton-proton collisions at \(\sqrt{\mathrm{s}}=7\mbox{ TeV}\) recorded in 2010 with the ATLAS detector 0 0.0000 doaj 0.000 0 1187.9474 19 Springer Springer NA NA 0 4 diamond diamond Physikalisches Institut, University of Bonn, Bonn, Germany. 3 NA NA NA 2878 0 TRUE FALSE FALSE publisher;repository c(“green”, “other”) other cc-by
10.1140/epjc/s10052-013-2306-0 2013 Physical sciences, Astronomy NA c(“at”, “us”, “tr”, “br”, “co”, “nl”, “ro”, “gb”, “se”, “ca”, “fr”, “no”, “ge”, “am”, “pt”, “ch”, “za”, “pl”, “si”, “es”, “de”, “cn”, “dk”, “cl”, “by”, “gr”, “it”, “au”, “ar”, “il”, “az”, “jp”, “cz”, “ma”, “sk”, “tw”, “rs”) 1434-6044 1434-6044,1434-6052 The European Physical Journal C en Jet energy resolution in proton-proton collisions at \(\sqrt{\mathrm{s}}=7\mbox{ TeV}\) recorded in 2010 with the ATLAS detector 0 0.0000 doaj 0.000 0 1187.9474 19 Springer Springer NA NA 0 4 diamond diamond Homer L. Dodge Department of Physics and Astronomy, University of Oklahoma, Norman, OK United States of America. 4 NA NA NA 2878 0 TRUE FALSE FALSE publisher;repository c(“green”, “other”) other cc-by
10.1140/epjc/s10052-013-2306-0 2013 Physical sciences, Astronomy NA c(“at”, “us”, “tr”, “br”, “co”, “nl”, “ro”, “gb”, “se”, “ca”, “fr”, “no”, “ge”, “am”, “pt”, “ch”, “za”, “pl”, “si”, “es”, “de”, “cn”, “dk”, “cl”, “by”, “gr”, “it”, “au”, “ar”, “il”, “az”, “jp”, “cz”, “ma”, “sk”, “tw”, “rs”) 1434-6044 1434-6044,1434-6052 The European Physical Journal C en Jet energy resolution in proton-proton collisions at \(\sqrt{\mathrm{s}}=7\mbox{ TeV}\) recorded in 2010 with the ATLAS detector 0 0.0000 doaj 0.000 0 1187.9474 19 Springer Springer NA NA 0 4 diamond diamond Institut de Física d’Altes Energies and Departament de Física de la Universitat Autònoma de Barcelona and ICREA, Barcelona, Spain. 5 NA NA NA 2878 0 TRUE FALSE FALSE publisher;repository c(“green”, “other”) other cc-by
10.1140/epjc/s10052-013-2306-0 2013 Physical sciences, Astronomy NA c(“at”, “us”, “tr”, “br”, “co”, “nl”, “ro”, “gb”, “se”, “ca”, “fr”, “no”, “ge”, “am”, “pt”, “ch”, “za”, “pl”, “si”, “es”, “de”, “cn”, “dk”, “cl”, “by”, “gr”, “it”, “au”, “ar”, “il”, “az”, “jp”, “cz”, “ma”, “sk”, “tw”, “rs”) 1434-6044 1434-6044,1434-6052 The European Physical Journal C en Jet energy resolution in proton-proton collisions at \(\sqrt{\mathrm{s}}=7\mbox{ TeV}\) recorded in 2010 with the ATLAS detector 0 0.0000 doaj 0.000 0 1187.9474 19 Springer Springer NA NA 0 4 diamond diamond LAL, Université Paris-Sud and CNRS/IN2P3, Orsay, France. 6 NA NA NA 2878 0 TRUE FALSE FALSE publisher;repository c(“green”, “other”) other cc-by
10.1140/epjc/s10052-013-2306-0 2013 Physical sciences, Astronomy NA c(“at”, “us”, “tr”, “br”, “co”, “nl”, “ro”, “gb”, “se”, “ca”, “fr”, “no”, “ge”, “am”, “pt”, “ch”, “za”, “pl”, “si”, “es”, “de”, “cn”, “dk”, “cl”, “by”, “gr”, “it”, “au”, “ar”, “il”, “az”, “jp”, “cz”, “ma”, “sk”, “tw”, “rs”) 1434-6044 1434-6044,1434-6052 The European Physical Journal C en Jet energy resolution in proton-proton collisions at \(\sqrt{\mathrm{s}}=7\mbox{ TeV}\) recorded in 2010 with the ATLAS detector 0 0.0000 doaj 0.000 0 1187.9474 19 Springer Springer NA NA 0 4 diamond diamond Department of Physics, University of Wisconsin, Madison, WI United States of America. 2875 NA NA NA 2878 0 TRUE FALSE FALSE publisher;repository c(“green”, “other”) other cc-by
10.1140/epjc/s10052-013-2306-0 2013 Physical sciences, Astronomy NA c(“at”, “us”, “tr”, “br”, “co”, “nl”, “ro”, “gb”, “se”, “ca”, “fr”, “no”, “ge”, “am”, “pt”, “ch”, “za”, “pl”, “si”, “es”, “de”, “cn”, “dk”, “cl”, “by”, “gr”, “it”, “au”, “ar”, “il”, “az”, “jp”, “cz”, “ma”, “sk”, “tw”, “rs”) 1434-6044 1434-6044,1434-6052 The European Physical Journal C en Jet energy resolution in proton-proton collisions at \(\sqrt{\mathrm{s}}=7\mbox{ TeV}\) recorded in 2010 with the ATLAS detector 0 0.0000 doaj 0.000 0 1187.9474 19 Springer Springer NA NA 0 4 diamond diamond INFN Sezione di Bologna, Bologna, Italy ; Dipartimento di Fisica, Università di Bologna, Bologna, Italy. 2876 NA NA NA 2878 0 TRUE FALSE FALSE publisher;repository c(“green”, “other”) other cc-by
10.1140/epjc/s10052-013-2306-0 2013 Physical sciences, Astronomy NA c(“at”, “us”, “tr”, “br”, “co”, “nl”, “ro”, “gb”, “se”, “ca”, “fr”, “no”, “ge”, “am”, “pt”, “ch”, “za”, “pl”, “si”, “es”, “de”, “cn”, “dk”, “cl”, “by”, “gr”, “it”, “au”, “ar”, “il”, “az”, “jp”, “cz”, “ma”, “sk”, “tw”, “rs”) 1434-6044 1434-6044,1434-6052 The European Physical Journal C en Jet energy resolution in proton-proton collisions at \(\sqrt{\mathrm{s}}=7\mbox{ TeV}\) recorded in 2010 with the ATLAS detector 0 0.0000 doaj 0.000 0 1187.9474 19 Springer Springer NA NA 0 4 diamond diamond Department of Physics, Humboldt University, Berlin, Germany. 2877 NA NA NA 2878 0 TRUE FALSE FALSE publisher;repository c(“green”, “other”) other cc-by
10.1140/epjc/s10052-013-2306-0 2013 Physical sciences, Astronomy NA c(“at”, “us”, “tr”, “br”, “co”, “nl”, “ro”, “gb”, “se”, “ca”, “fr”, “no”, “ge”, “am”, “pt”, “ch”, “za”, “pl”, “si”, “es”, “de”, “cn”, “dk”, “cl”, “by”, “gr”, “it”, “au”, “ar”, “il”, “az”, “jp”, “cz”, “ma”, “sk”, “tw”, “rs”) 1434-6044 1434-6044,1434-6052 The European Physical Journal C en Jet energy resolution in proton-proton collisions at \(\sqrt{\mathrm{s}}=7\mbox{ TeV}\) recorded in 2010 with the ATLAS detector 0 0.0000 doaj 0.000 0 1187.9474 19 Springer Springer NA NA 0 4 diamond diamond Department of Physics, Northern Illinois University, DeKalb, IL United States of America. 2878 NA NA NA 2878 0 TRUE FALSE FALSE publisher;repository c(“green”, “other”) other cc-by
10.1140/epjc/s10052-013-2306-0 2013 Physical sciences, Astronomy NA c(“at”, “us”, “tr”, “br”, “co”, “nl”, “ro”, “gb”, “se”, “ca”, “fr”, “no”, “ge”, “am”, “pt”, “ch”, “za”, “pl”, “si”, “es”, “de”, “cn”, “dk”, “cl”, “by”, “gr”, “it”, “au”, “ar”, “il”, “az”, “jp”, “cz”, “ma”, “sk”, “tw”, “rs”) 1434-6044 1434-6044,1434-6052 The European Physical Journal C en Jet energy resolution in proton-proton collisions at \(\sqrt{\mathrm{s}}=7\mbox{ TeV}\) recorded in 2010 with the ATLAS detector 0 0.0000 doaj 0.000 0 1187.9474 19 Springer Springer NA NA 0 4 diamond diamond CERN, Geneva, Switzerland. 2879 NA NA NA 2878 0 TRUE FALSE FALSE publisher;repository c(“green”, “other”) other cc-by
10.3402/jmahp.v1i0.21131 2013 Medical research NA fr 2001-6689 2001-6689 Journal of Market Access & Health Policy en Drug reformulations and repositioning in pharmaceutical industry and its impact on market access: reassessment of nomenclature 1 1999.4583 openAPC_estimation_publisher_year 1460.033 1190 1999.4583 53 Informa Informa NA NA 0 3 gold gold Equipe Santé, Individu, Société-EA 4128, University of Lyon, Lyon, France; Lundbeck SAS, 37-45, Quai du Président Roosevelt, 92445 Issy-les-Moulineaux, Cedex, Paris, France. 1 NA NA NA 4 1 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by-nc
10.3402/jmahp.v1i0.21131 2013 Medical research NA fr 2001-6689 2001-6689 Journal of Market Access & Health Policy en Drug reformulations and repositioning in pharmaceutical industry and its impact on market access: reassessment of nomenclature 1 1999.4583 openAPC_estimation_publisher_year 1460.033 1190 1999.4583 53 Informa Informa NA NA 0 3 gold gold Creativ-Ceutical S.A., 215, rue du Faubourg St-Honoré 75008 Paris, France. 2 NA NA NA 4 1 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by-nc
10.3402/jmahp.v1i0.21131 2013 Medical research NA fr 2001-6689 2001-6689 Journal of Market Access & Health Policy en Drug reformulations and repositioning in pharmaceutical industry and its impact on market access: reassessment of nomenclature 1 1999.4583 openAPC_estimation_publisher_year 1460.033 1190 1999.4583 53 Informa Informa NA NA 0 3 gold gold Creativ-Ceutical S.A., 215, rue du Faubourg St-Honoré 75008 Paris, France. 3 NA NA NA 4 1 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by-nc
10.3402/jmahp.v1i0.21131 2013 Medical research NA fr 2001-6689 2001-6689 Journal of Market Access & Health Policy en Drug reformulations and repositioning in pharmaceutical industry and its impact on market access: reassessment of nomenclature 1 1999.4583 openAPC_estimation_publisher_year 1460.033 1190 1999.4583 53 Informa Informa NA NA 0 3 gold gold Equipe Santé, Individu, Société-EA 4128, University of Lyon, Lyon, France. 4 NA NA NA 4 1 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by-nc
10.4161/rdis.27228 2013 Biology (fond.) NA fr 2167-5511 2167-5511 Rare Diseases en Natural breaking of the maternal silence at the mouse and human imprinted Prader-Willi locus 1 1999.4583 openAPC_estimation_publisher_year NA NA 1999.4583 53 Informa Informa NA NA 0 3 hybrid NA Aix-Marseille Université; INMED UMR 901; Marseille, France. 1 NA NA NA 2 1 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.4161/rdis.27228 2013 Biology (fond.) NA fr 2167-5511 2167-5511 Rare Diseases en Natural breaking of the maternal silence at the mouse and human imprinted Prader-Willi locus 1 1999.4583 openAPC_estimation_publisher_year NA NA 1999.4583 53 Informa Informa NA NA 0 3 hybrid NA Aix-Marseille Université; INMED UMR 901; Marseille, France. 2 NA NA NA 2 1 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.3389/fchem.2013.00010 2013 Chemistry NA fr 2296-2646 2296-2646 Frontiers in Chemistry en Electrogenerated poly(pyrrole-lactosyl) and poly(pyrrole-3’-sialyllactosyl) interfaces: toward the impedimetric detection of lectins 1 1787.2608 openAPC_estimation_issn 2230.118 2950 1787.2608 143 Frontiers Frontiers NA NA 0 3 gold gold Département de Chimie Moléculaire (DCM-UMR CNRS 5250), Institut de Chimie Moléculaire de Grenoble, (ICMG-FR CNRS 2607), Université Joseph Fourier Grenoble, France. 1 NA NA NA 4 1 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by


2014

import_manips(2014)

Temps d’exécution de l’import des données : 3.19 secs.

Dimensions du jeu de données : 263913 observations et 39 variables (1 ligne = 1 auteur).

Nombre d’articles : 119205.

Les 100 premières observations :

n_100_kable(data)
doi year bso_classification coi detected_countries journal_issn_l journal_issns journal_name lang title has_apc amount_apc_EUR apc_source amount_apc_doaj_EUR amount_apc_doaj amount_apc_openapc_EUR count_apc_openapc_key publisher_group publisher_dissemination external_ids hal_id is_covered_by_couperin tier journal_color journal_color_doaj name author_position corresponding email country nb_authors is_french_CA oa_details.2020.is_oa oa_details.2020.journal_is_in_doaj oa_details.2020.journal_is_oa oa_details.2020.oa_host_type oa_details.2020.oa_colors oa_details.2020.oa_colors_with_priority_to_publisher oa_details.2020.licence_publisher
10.1186/2050-5736-1-24 2014 Medical research NA c(“us”, “fr”) 2050-5736 2050-5736 Journal of Therapeutic Ultrasound en Trans-cranial focused ultrasound without hair shaving: feasibility study in an ex vivo cadaver model 1 1728.4550 openAPC_estimation_publisher_year NA NA 1728.4550 1869 Springer Springer list(id_type = “hal_id”, id_value = “inserm-00923402”) inserm-00923402 0 4 hybrid NA Focused Ultrasound Foundation, Charlottesville, VA 22903, USA. 1 NA NA NA 5 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid cc-by
10.1186/2050-5736-1-24 2014 Medical research NA c(“us”, “fr”) 2050-5736 2050-5736 Journal of Therapeutic Ultrasound en Trans-cranial focused ultrasound without hair shaving: feasibility study in an ex vivo cadaver model 1 1728.4550 openAPC_estimation_publisher_year NA NA 1728.4550 1869 Springer Springer list(id_type = “hal_id”, id_value = “inserm-00923402”) inserm-00923402 0 4 hybrid NA Focused Ultrasound Foundation, Charlottesville, VA 22903, USA ; Department of Radiation Oncology, University of Virginia, Charlottesville, VA 22908, USA. 2 NA NA NA 5 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid cc-by
10.1186/2050-5736-1-24 2014 Medical research NA c(“us”, “fr”) 2050-5736 2050-5736 Journal of Therapeutic Ultrasound en Trans-cranial focused ultrasound without hair shaving: feasibility study in an ex vivo cadaver model 1 1728.4550 openAPC_estimation_publisher_year NA NA 1728.4550 1869 Springer Springer list(id_type = “hal_id”, id_value = “inserm-00923402”) inserm-00923402 0 4 hybrid NA Focused Ultrasound Foundation, Charlottesville, VA 22903, USA ; Department of Neurosurgery, University of Virginia, Charlottesville, VA 22908, USA. 3 NA NA NA 5 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid cc-by
10.1186/2050-5736-1-24 2014 Medical research NA c(“us”, “fr”) 2050-5736 2050-5736 Journal of Therapeutic Ultrasound en Trans-cranial focused ultrasound without hair shaving: feasibility study in an ex vivo cadaver model 1 1728.4550 openAPC_estimation_publisher_year NA NA 1728.4550 1869 Springer Springer list(id_type = “hal_id”, id_value = “inserm-00923402”) inserm-00923402 0 4 hybrid NA Focused Ultrasound Foundation, Charlottesville, VA 22903, USA ; Department of Neurosurgery, University of Virginia, Charlottesville, VA 22908, USA. 4 NA NA NA 5 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid cc-by
10.1186/2050-5736-1-24 2014 Medical research NA c(“us”, “fr”) 2050-5736 2050-5736 Journal of Therapeutic Ultrasound en Trans-cranial focused ultrasound without hair shaving: feasibility study in an ex vivo cadaver model 1 1728.4550 openAPC_estimation_publisher_year NA NA 1728.4550 1869 Springer Springer list(id_type = “hal_id”, id_value = “inserm-00923402”) inserm-00923402 0 4 hybrid NA Department of Radiation Oncology, University of Virginia, Charlottesville, VA 22908, USA ; Institut Langevin Ondes et Images, ESPCI ParisTech, CNRS UMR 7587, Inserm U979, Paris 75238, France. 5 NA NA NA 5 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid cc-by
10.3389/fchem.2013.00043 2014 Chemistry NA fr 2296-2646 2296-2646 Frontiers in Chemistry en The hygroscopic behavior of plant fibers: a review 1 1787.2608 openAPC_estimation_issn 2149.4408 2950 1787.2608 143 Frontiers Frontiers list(id_type = “hal_id”, id_value = “hal-01007368”) hal-01007368 0 3 gold gold Institut de Recherche en Génie Civil et Mécanique (UMR CNRS 6183), Université de Nantes - Centrale Nantes, I.U.T. de Saint-Nazaire Saint-Nazaire cedex, France. 1 NA NA NA 4 1 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.3389/fchem.2013.00043 2014 Chemistry NA fr 2296-2646 2296-2646 Frontiers in Chemistry en The hygroscopic behavior of plant fibers: a review 1 1787.2608 openAPC_estimation_issn 2149.4408 2950 1787.2608 143 Frontiers Frontiers list(id_type = “hal_id”, id_value = “hal-01007368”) hal-01007368 0 3 gold gold Institut de Recherche en Génie Civil et Mécanique (UMR CNRS 6183), Université de Nantes - Centrale Nantes, I.U.T. de Saint-Nazaire Saint-Nazaire cedex, France. 2 NA NA NA 4 1 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.3389/fchem.2013.00043 2014 Chemistry NA fr 2296-2646 2296-2646 Frontiers in Chemistry en The hygroscopic behavior of plant fibers: a review 1 1787.2608 openAPC_estimation_issn 2149.4408 2950 1787.2608 143 Frontiers Frontiers list(id_type = “hal_id”, id_value = “hal-01007368”) hal-01007368 0 3 gold gold Institut de Recherche en Génie Civil et Mécanique (UMR CNRS 6183), Université de Nantes - Centrale Nantes, I.U.T. de Saint-Nazaire Saint-Nazaire cedex, France. 3 NA NA NA 4 1 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.3389/fchem.2013.00043 2014 Chemistry NA fr 2296-2646 2296-2646 Frontiers in Chemistry en The hygroscopic behavior of plant fibers: a review 1 1787.2608 openAPC_estimation_issn 2149.4408 2950 1787.2608 143 Frontiers Frontiers list(id_type = “hal_id”, id_value = “hal-01007368”) hal-01007368 0 3 gold gold Institut de Recherche en Génie Civil et Mécanique (UMR CNRS 6183), Université de Nantes - Centrale Nantes, I.U.T. de Saint-Nazaire Saint-Nazaire cedex, France. 4 NA NA NA 4 1 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.3389/fchem.2013.00037 2014 Chemistry NA fr 2296-2646 2296-2646 Frontiers in Chemistry en Hyperconjugation in Carbocations, a BLW Study with DFT approximation 1 1787.2608 openAPC_estimation_issn 2149.4408 2950 1787.2608 143 Frontiers Frontiers list(id_type = “hal_id”, id_value = “hal-01347465”) hal-01347465 0 3 gold gold Centrale Marseille, Aix Marseille Université, CNRS, iSm2 UMR 7313 Marseille, France. 1 NA NA NA 2 1 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.3389/fchem.2013.00037 2014 Chemistry NA fr 2296-2646 2296-2646 Frontiers in Chemistry en Hyperconjugation in Carbocations, a BLW Study with DFT approximation 1 1787.2608 openAPC_estimation_issn 2149.4408 2950 1787.2608 143 Frontiers Frontiers list(id_type = “hal_id”, id_value = “hal-01347465”) hal-01347465 0 3 gold gold Centrale Marseille, Aix Marseille Université, CNRS, iSm2 UMR 7313 Marseille, France. 2 NA NA NA 2 1 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.12688/f1000research.2-233.v2 2014 Biology (fond.) NA c(“fi”, “de”, “dk”, “gb”, “fr”, “se”) 2046-1402 2046-1402 F1000Research en Study protocol for examining job strain as a risk factor for severe unipolar depression in an individual participant meta-analysis of 14 European cohorts 1 769.7589 openAPC_estimation_issn 983.5349 1350 769.7589 85 F1000 F1000 NA NA 0 4 gold gold National Research Centre for the Working Environment, Copenhagen, DK-2100, Denmark. 1 NA NA NA 37 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.12688/f1000research.2-233.v2 2014 Biology (fond.) NA c(“fi”, “de”, “dk”, “gb”, “fr”, “se”) 2046-1402 2046-1402 F1000Research en Study protocol for examining job strain as a risk factor for severe unipolar depression in an individual participant meta-analysis of 14 European cohorts 1 769.7589 openAPC_estimation_issn 983.5349 1350 769.7589 85 F1000 F1000 NA NA 0 4 gold gold National Research Centre for the Working Environment, Copenhagen, DK-2100, Denmark. 2 NA NA NA 37 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.12688/f1000research.2-233.v2 2014 Biology (fond.) NA c(“fi”, “de”, “dk”, “gb”, “fr”, “se”) 2046-1402 2046-1402 F1000Research en Study protocol for examining job strain as a risk factor for severe unipolar depression in an individual participant meta-analysis of 14 European cohorts 1 769.7589 openAPC_estimation_issn 983.5349 1350 769.7589 85 F1000 F1000 NA NA 0 4 gold gold Finnish Institute of Occupational Health, Helsinki, FI-00250, Finland. 3 NA NA NA 37 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.12688/f1000research.2-233.v2 2014 Biology (fond.) NA c(“fi”, “de”, “dk”, “gb”, “fr”, “se”) 2046-1402 2046-1402 F1000Research en Study protocol for examining job strain as a risk factor for severe unipolar depression in an individual participant meta-analysis of 14 European cohorts 1 769.7589 openAPC_estimation_issn 983.5349 1350 769.7589 85 F1000 F1000 NA NA 0 4 gold gold Stress Research Institute, Stockholm University, Stockholm, SE-171 77, Sweden. 4 NA NA NA 37 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.12688/f1000research.2-233.v2 2014 Biology (fond.) NA c(“fi”, “de”, “dk”, “gb”, “fr”, “se”) 2046-1402 2046-1402 F1000Research en Study protocol for examining job strain as a risk factor for severe unipolar depression in an individual participant meta-analysis of 14 European cohorts 1 769.7589 openAPC_estimation_issn 983.5349 1350 769.7589 85 F1000 F1000 NA NA 0 4 gold gold Finnish Institute of Occupational Health, Helsinki, FI-00250, Finland. 5 NA NA NA 37 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.12688/f1000research.2-233.v2 2014 Biology (fond.) NA c(“fi”, “de”, “dk”, “gb”, “fr”, “se”) 2046-1402 2046-1402 F1000Research en Study protocol for examining job strain as a risk factor for severe unipolar depression in an individual participant meta-analysis of 14 European cohorts 1 769.7589 openAPC_estimation_issn 983.5349 1350 769.7589 85 F1000 F1000 NA NA 0 4 gold gold Stress Research Institute, Stockholm University, Stockholm, SE-171 77, Sweden ; Institute of Environmental Medicine, Karolinska Institutet, Stockholm, SE-171 77, Sweden ; School of Health Sciences, Jönköping University, Jönköping, SE- 553 18, Sweden. 33 NA NA NA 37 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.12688/f1000research.2-233.v2 2014 Biology (fond.) NA c(“fi”, “de”, “dk”, “gb”, “fr”, “se”) 2046-1402 2046-1402 F1000Research en Study protocol for examining job strain as a risk factor for severe unipolar depression in an individual participant meta-analysis of 14 European cohorts 1 769.7589 openAPC_estimation_issn 983.5349 1350 769.7589 85 F1000 F1000 NA NA 0 4 gold gold Finnish Institute of Occupational Health, Helsinki, FI-00250, Finland. 34 NA NA NA 37 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.12688/f1000research.2-233.v2 2014 Biology (fond.) NA c(“fi”, “de”, “dk”, “gb”, “fr”, “se”) 2046-1402 2046-1402 F1000Research en Study protocol for examining job strain as a risk factor for severe unipolar depression in an individual participant meta-analysis of 14 European cohorts 1 769.7589 openAPC_estimation_issn 983.5349 1350 769.7589 85 F1000 F1000 NA NA 0 4 gold gold Finnish Institute of Occupational Health, Helsinki, FI-00250, Finland. 35 NA NA NA 37 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.12688/f1000research.2-233.v2 2014 Biology (fond.) NA c(“fi”, “de”, “dk”, “gb”, “fr”, “se”) 2046-1402 2046-1402 F1000Research en Study protocol for examining job strain as a risk factor for severe unipolar depression in an individual participant meta-analysis of 14 European cohorts 1 769.7589 openAPC_estimation_issn 983.5349 1350 769.7589 85 F1000 F1000 NA NA 0 4 gold gold National Research Centre for the Working Environment, Copenhagen, DK-2100, Denmark ; Department of Public Health and Department of Psychology, University of Copenhagen, Copenhagen, DK-1353, Denmark. 36 NA NA NA 37 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.12688/f1000research.2-233.v2 2014 Biology (fond.) NA c(“fi”, “de”, “dk”, “gb”, “fr”, “se”) 2046-1402 2046-1402 F1000Research en Study protocol for examining job strain as a risk factor for severe unipolar depression in an individual participant meta-analysis of 14 European cohorts 1 769.7589 openAPC_estimation_issn 983.5349 1350 769.7589 85 F1000 F1000 NA NA 0 4 gold gold Finnish Institute of Occupational Health, Helsinki, FI-00250, Finland ; Department of Epidemiology and Public Health, University College London, London, GB-WC1E 6BT, UK ; Institute of Behavioral Sciences, University of Helsinki, Helsinki, FI-00014, Finland. 37 NA NA NA 37 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.1155/2014/238532 2014 Medical research NA c(“gp”, “no”, “fr”, “et”) 2314-6133 2314-6133,2314-6141 BioMed Research International en Strain Diversity ofMycobacterium tuberculosisIsolates from Pulmonary Tuberculosis Patients in Afar Pastoral Region of Ethiopia 1 1275.9592 openAPC_estimation_issn_year 1748.6976 2400 1275.9592 48 Hindawi Hindawi list(id_type = “hal_id”, id_value = “pasteur-01011024”) pasteur-01011024 0 4 gold gold Aklilu Lemma Institute of Pathobiology, Addis Ababa University, P.O. Box 1176, Addis Ababa, Ethiopia ; Section for International Health, Department of Community Medicine, Institute for Health and Society, University of Oslo, P.O. Box 1130, Blindern, 0318 Oslo, Norway. 1 NA NA NA 6 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.1155/2014/238532 2014 Medical research NA c(“gp”, “no”, “fr”, “et”) 2314-6133 2314-6133,2314-6141 BioMed Research International en Strain Diversity ofMycobacterium tuberculosisIsolates from Pulmonary Tuberculosis Patients in Afar Pastoral Region of Ethiopia 1 1275.9592 openAPC_estimation_issn_year 1748.6976 2400 1275.9592 48 Hindawi Hindawi list(id_type = “hal_id”, id_value = “pasteur-01011024”) pasteur-01011024 0 4 gold gold Aklilu Lemma Institute of Pathobiology, Addis Ababa University, P.O. Box 1176, Addis Ababa, Ethiopia. 2 NA NA NA 6 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.1155/2014/238532 2014 Medical research NA c(“gp”, “no”, “fr”, “et”) 2314-6133 2314-6133,2314-6141 BioMed Research International en Strain Diversity ofMycobacterium tuberculosisIsolates from Pulmonary Tuberculosis Patients in Afar Pastoral Region of Ethiopia 1 1275.9592 openAPC_estimation_issn_year 1748.6976 2400 1275.9592 48 Hindawi Hindawi list(id_type = “hal_id”, id_value = “pasteur-01011024”) pasteur-01011024 0 4 gold gold Section for International Health, Department of Community Medicine, Institute for Health and Society, University of Oslo, P.O. Box 1130, Blindern, 0318 Oslo, Norway. 3 NA NA NA 6 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.1155/2014/238532 2014 Medical research NA c(“gp”, “no”, “fr”, “et”) 2314-6133 2314-6133,2314-6141 BioMed Research International en Strain Diversity ofMycobacterium tuberculosisIsolates from Pulmonary Tuberculosis Patients in Afar Pastoral Region of Ethiopia 1 1275.9592 openAPC_estimation_issn_year 1748.6976 2400 1275.9592 48 Hindawi Hindawi list(id_type = “hal_id”, id_value = “pasteur-01011024”) pasteur-01011024 0 4 gold gold WHO Supranational TB Reference Laboratory, TB & Mycobacteria Unit, Institut Pasteur de la Guadeloupe, 97183 Abymes, France. 4 NA NA NA 6 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.1155/2014/238532 2014 Medical research NA c(“gp”, “no”, “fr”, “et”) 2314-6133 2314-6133,2314-6141 BioMed Research International en Strain Diversity ofMycobacterium tuberculosisIsolates from Pulmonary Tuberculosis Patients in Afar Pastoral Region of Ethiopia 1 1275.9592 openAPC_estimation_issn_year 1748.6976 2400 1275.9592 48 Hindawi Hindawi list(id_type = “hal_id”, id_value = “pasteur-01011024”) pasteur-01011024 0 4 gold gold WHO Supranational TB Reference Laboratory, TB & Mycobacteria Unit, Institut Pasteur de la Guadeloupe, 97183 Abymes, France. 5 NA NA NA 6 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.1155/2014/238532 2014 Medical research NA c(“gp”, “no”, “fr”, “et”) 2314-6133 2314-6133,2314-6141 BioMed Research International en Strain Diversity ofMycobacterium tuberculosisIsolates from Pulmonary Tuberculosis Patients in Afar Pastoral Region of Ethiopia 1 1275.9592 openAPC_estimation_issn_year 1748.6976 2400 1275.9592 48 Hindawi Hindawi list(id_type = “hal_id”, id_value = “pasteur-01011024”) pasteur-01011024 0 4 gold gold Section for International Health, Department of Community Medicine, Institute for Health and Society, University of Oslo, P.O. Box 1130, Blindern, 0318 Oslo, Norway. 6 NA NA NA 6 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.12688/f1000research.2-261.v3 2014 Biology (fond.) NA fr 2046-1402 2046-1402 F1000Research en Transitory expression of Dlx5 and Dlx6 in maxillary arch epithelial precursors is essential for upper jaw morphogenesis 1 769.7589 openAPC_estimation_issn 1042.5515 1350 769.7589 85 F1000 F1000 NA NA 0 4 gold gold Evolution des Régulations Endocriniennes, CNRS, UMR7221, Muséum National d’Histoire Naturelle, Paris, France. 1 NA NA NA 3 1 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.12688/f1000research.2-261.v3 2014 Biology (fond.) NA fr 2046-1402 2046-1402 F1000Research en Transitory expression of Dlx5 and Dlx6 in maxillary arch epithelial precursors is essential for upper jaw morphogenesis 1 769.7589 openAPC_estimation_issn 1042.5515 1350 769.7589 85 F1000 F1000 NA NA 0 4 gold gold Evolution des Régulations Endocriniennes, CNRS, UMR7221, Muséum National d’Histoire Naturelle, Paris, France. 2 NA NA NA 3 1 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.12688/f1000research.2-261.v3 2014 Biology (fond.) NA fr 2046-1402 2046-1402 F1000Research en Transitory expression of Dlx5 and Dlx6 in maxillary arch epithelial precursors is essential for upper jaw morphogenesis 1 769.7589 openAPC_estimation_issn 1042.5515 1350 769.7589 85 F1000 F1000 NA NA 0 4 gold gold Evolution des Régulations Endocriniennes, CNRS, UMR7221, Muséum National d’Histoire Naturelle, Paris, France. 3 NA NA NA 3 1 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.1016/j.anorl.2012.07.004 2014 Medical research NA fr 1879-7296 1879-7296 European Annals of Otorhinolaryngology, Head and Neck Diseases en Leptomeningeal carcinomatosis from ethmoid sinus adenocarcinoma 1 2330.4113 openAPC_estimation_publisher_year NA NA 2330.4113 1724 Elsevier Elsevier NA NA 1 1 hybrid NA Service d’ORL et Chirurgie Cervico-Faciale, CHU de Nantes, Hôtel Dieu, 1, place Alexis-Ricordeau, 44093 Nantes cedex 1, France. Electronic address: . 1 NA NA NA 7 1 TRUE FALSE FALSE publisher hybrid hybrid no license
10.1016/j.anorl.2012.07.004 2014 Medical research NA fr 1879-7296 1879-7296 European Annals of Otorhinolaryngology, Head and Neck Diseases en Leptomeningeal carcinomatosis from ethmoid sinus adenocarcinoma 1 2330.4113 openAPC_estimation_publisher_year NA NA 2330.4113 1724 Elsevier Elsevier NA NA 1 1 hybrid NA Service d’ORL et Chirurgie Cervico-Faciale, CHU de Nantes, Hôtel Dieu, 1, place Alexis-Ricordeau, 44093 Nantes cedex 1, France. 2 NA NA NA 7 1 TRUE FALSE FALSE publisher hybrid hybrid no license
10.1016/j.anorl.2012.07.004 2014 Medical research NA fr 1879-7296 1879-7296 European Annals of Otorhinolaryngology, Head and Neck Diseases en Leptomeningeal carcinomatosis from ethmoid sinus adenocarcinoma 1 2330.4113 openAPC_estimation_publisher_year NA NA 2330.4113 1724 Elsevier Elsevier NA NA 1 1 hybrid NA Service de Radiologie, CHU de Nantes, Hôtel Dieu, 1, place Alexis-Ricordeau, 44093 Nantes cedex 1, France. 3 NA NA NA 7 1 TRUE FALSE FALSE publisher hybrid hybrid no license
10.1016/j.anorl.2012.07.004 2014 Medical research NA fr 1879-7296 1879-7296 European Annals of Otorhinolaryngology, Head and Neck Diseases en Leptomeningeal carcinomatosis from ethmoid sinus adenocarcinoma 1 2330.4113 openAPC_estimation_publisher_year NA NA 2330.4113 1724 Elsevier Elsevier NA NA 1 1 hybrid NA Service de Neurologie, Hôpital Nord-Laënnec, CHU de Nantes, boulevard Jacques-Monod-Saint-Herblain, 44093 Nantes cedex 01, France. 4 NA NA NA 7 1 TRUE FALSE FALSE publisher hybrid hybrid no license
10.1016/j.anorl.2012.07.004 2014 Medical research NA fr 1879-7296 1879-7296 European Annals of Otorhinolaryngology, Head and Neck Diseases en Leptomeningeal carcinomatosis from ethmoid sinus adenocarcinoma 1 2330.4113 openAPC_estimation_publisher_year NA NA 2330.4113 1724 Elsevier Elsevier NA NA 1 1 hybrid NA Service de Neurotraumatologie, CHU de Nantes, Hôtel Dieu, 1, place Alexis-Ricordeau, 44093 Nantes cedex 1, France. 5 NA NA NA 7 1 TRUE FALSE FALSE publisher hybrid hybrid no license
10.1016/j.anorl.2012.07.004 2014 Medical research NA fr 1879-7296 1879-7296 European Annals of Otorhinolaryngology, Head and Neck Diseases en Leptomeningeal carcinomatosis from ethmoid sinus adenocarcinoma 1 2330.4113 openAPC_estimation_publisher_year NA NA 2330.4113 1724 Elsevier Elsevier NA NA 1 1 hybrid NA Service d’ORL et Chirurgie Cervico-Faciale, CHU de Nantes, Hôtel Dieu, 1, place Alexis-Ricordeau, 44093 Nantes cedex 1, France. 6 NA NA NA 7 1 TRUE FALSE FALSE publisher hybrid hybrid no license
10.1016/j.anorl.2012.07.004 2014 Medical research NA fr 1879-7296 1879-7296 European Annals of Otorhinolaryngology, Head and Neck Diseases en Leptomeningeal carcinomatosis from ethmoid sinus adenocarcinoma 1 2330.4113 openAPC_estimation_publisher_year NA NA 2330.4113 1724 Elsevier Elsevier NA NA 1 1 hybrid NA Service d’ORL et Chirurgie Cervico-Faciale, CHU de Nantes, Hôtel Dieu, 1, place Alexis-Ricordeau, 44093 Nantes cedex 1, France. 7 NA NA NA 7 1 TRUE FALSE FALSE publisher hybrid hybrid no license
10.1089/ten.teb.2012.0683 2014 Medical research NA fr 1937-3368 1937-3368,1937-3376 Tissue Engineering Part B: Reviews en Commercialization of Regenerative Products: The Academic/Industry Partnership 0 NA NA NA NA NA NA Mary Ann Liebert Inc Mary Ann Liebert Inc NA NA 0 4 subscription NA 1 Covidien-Sofradim Production, Trévoux, France . 1 NA NA NA 1 1 FALSE FALSE FALSE closed closed closed NA
10.3233/ch-121654 2014 Medical research NA c(“gp”, “fr”) 1386-0291 1386-0291 Clinical Hemorheology and Microcirculation en Red blood cell deformability is very slightly decreased in erythropoietin deficient mice 0 NA NA NA NA NA NA IOS Press IOS Press NA NA 0 4 subscription NA Université Paris 13, Sorbonne Paris Cité, Laboratoire «Réponses cellulaires et fonctionnelles à l’hypoxie» EA2363, Bobigny, France. 1 NA NA NA 7 0 FALSE FALSE FALSE closed closed closed NA
10.3233/ch-121654 2014 Medical research NA c(“gp”, “fr”) 1386-0291 1386-0291 Clinical Hemorheology and Microcirculation en Red blood cell deformability is very slightly decreased in erythropoietin deficient mice 0 NA NA NA NA NA NA IOS Press IOS Press NA NA 0 4 subscription NA UMR Inserm S 665, Université des Antilles et de la Guyane/Université Paris Diderot, Hôpital Ricou, CHU de Pointe-à-Pitre, Pointe-à-Pitre, Guadeloupe. 2 NA NA NA 7 0 FALSE FALSE FALSE closed closed closed NA
10.3233/ch-121654 2014 Medical research NA c(“gp”, “fr”) 1386-0291 1386-0291 Clinical Hemorheology and Microcirculation en Red blood cell deformability is very slightly decreased in erythropoietin deficient mice 0 NA NA NA NA NA NA IOS Press IOS Press NA NA 0 4 subscription NA Université Paris 13, Sorbonne Paris Cité, Laboratoire «Réponses cellulaires et fonctionnelles à l’hypoxie» EA2363, Bobigny, France. 3 NA NA NA 7 0 FALSE FALSE FALSE closed closed closed NA
10.3233/ch-121654 2014 Medical research NA c(“gp”, “fr”) 1386-0291 1386-0291 Clinical Hemorheology and Microcirculation en Red blood cell deformability is very slightly decreased in erythropoietin deficient mice 0 NA NA NA NA NA NA IOS Press IOS Press NA NA 0 4 subscription NA Université Paris 13, Sorbonne Paris Cité, Laboratoire «Réponses cellulaires et fonctionnelles à l’hypoxie» EA2363, Bobigny, France. 4 NA NA NA 7 0 FALSE FALSE FALSE closed closed closed NA
10.3233/ch-121654 2014 Medical research NA c(“gp”, “fr”) 1386-0291 1386-0291 Clinical Hemorheology and Microcirculation en Red blood cell deformability is very slightly decreased in erythropoietin deficient mice 0 NA NA NA NA NA NA IOS Press IOS Press NA NA 0 4 subscription NA Inserm U970, Centre de Recherche Cardiovasculaire, Hôpital Européen Georges Pompidou, Université Paris 5, Paris, France. 5 NA NA NA 7 0 FALSE FALSE FALSE closed closed closed NA
10.3233/ch-121654 2014 Medical research NA c(“gp”, “fr”) 1386-0291 1386-0291 Clinical Hemorheology and Microcirculation en Red blood cell deformability is very slightly decreased in erythropoietin deficient mice 0 NA NA NA NA NA NA IOS Press IOS Press NA NA 0 4 subscription NA Université Paris 13, Sorbonne Paris Cité, Laboratoire «Réponses cellulaires et fonctionnelles à l’hypoxie» EA2363, Bobigny, France. 6 NA NA NA 7 0 FALSE FALSE FALSE closed closed closed NA
10.3233/ch-121654 2014 Medical research NA c(“gp”, “fr”) 1386-0291 1386-0291 Clinical Hemorheology and Microcirculation en Red blood cell deformability is very slightly decreased in erythropoietin deficient mice 0 NA NA NA NA NA NA IOS Press IOS Press NA NA 0 4 subscription NA UMR Inserm S 665, Université des Antilles et de la Guyane/Université Paris Diderot, Hôpital Ricou, CHU de Pointe-à-Pitre, Pointe-à-Pitre, Guadeloupe. 7 NA NA NA 7 0 FALSE FALSE FALSE closed closed closed NA
10.3233/ch-121661 2014 Medical research NA c(“fr”, “gp”) 1386-0291 1386-0291 Clinical Hemorheology and Microcirculation en Relationships between systemic vascular resistance, blood rheology and nitric oxide in children with sickle cell anemia or sickle cell-hemoglobin C disease 0 NA NA NA NA NA NA IOS Press IOS Press list(id_type = “hal_id”, id_value = “inserm-00849031”) inserm-00849031 0 4 subscription NA Inserm U665, Pointe-à-Pitre, F-97159 Guadeloupe, Université des Antilles et de la Guyane, Guadeloupe. 1 NA NA NA 14 0 TRUE FALSE FALSE repository green green_only NA
10.3233/ch-121661 2014 Medical research NA c(“fr”, “gp”) 1386-0291 1386-0291 Clinical Hemorheology and Microcirculation en Relationships between systemic vascular resistance, blood rheology and nitric oxide in children with sickle cell anemia or sickle cell-hemoglobin C disease 0 NA NA NA NA NA NA IOS Press IOS Press list(id_type = “hal_id”, id_value = “inserm-00849031”) inserm-00849031 0 4 subscription NA Inserm U665, Pointe-à-Pitre, F-97159 Guadeloupe, Université des Antilles et de la Guyane, Guadeloupe. 2 NA NA NA 14 0 TRUE FALSE FALSE repository green green_only NA
10.3233/ch-121661 2014 Medical research NA c(“fr”, “gp”) 1386-0291 1386-0291 Clinical Hemorheology and Microcirculation en Relationships between systemic vascular resistance, blood rheology and nitric oxide in children with sickle cell anemia or sickle cell-hemoglobin C disease 0 NA NA NA NA NA NA IOS Press IOS Press list(id_type = “hal_id”, id_value = “inserm-00849031”) inserm-00849031 0 4 subscription NA Inserm U665, Pointe-à-Pitre, F-97159 Guadeloupe, Université des Antilles et de la Guyane, Guadeloupe. 3 NA NA NA 14 0 TRUE FALSE FALSE repository green green_only NA
10.3233/ch-121661 2014 Medical research NA c(“fr”, “gp”) 1386-0291 1386-0291 Clinical Hemorheology and Microcirculation en Relationships between systemic vascular resistance, blood rheology and nitric oxide in children with sickle cell anemia or sickle cell-hemoglobin C disease 0 NA NA NA NA NA NA IOS Press IOS Press list(id_type = “hal_id”, id_value = “inserm-00849031”) inserm-00849031 0 4 subscription NA Inserm U665, Pointe-à-Pitre, F-97159 Guadeloupe, Université des Antilles et de la Guyane, Guadeloupe CIC-EC 802 Inserm, pôle Guadeloupe, Centre Hospitalier et Universitaire de Pointe-à-Pitre, Pointe-à-Pitre, France. 4 NA NA NA 14 0 TRUE FALSE FALSE repository green green_only NA
10.3233/ch-121661 2014 Medical research NA c(“fr”, “gp”) 1386-0291 1386-0291 Clinical Hemorheology and Microcirculation en Relationships between systemic vascular resistance, blood rheology and nitric oxide in children with sickle cell anemia or sickle cell-hemoglobin C disease 0 NA NA NA NA NA NA IOS Press IOS Press list(id_type = “hal_id”, id_value = “inserm-00849031”) inserm-00849031 0 4 subscription NA Inserm U665, Pointe-à-Pitre, F-97159 Guadeloupe, Université des Antilles et de la Guyane, Guadeloupe. 5 NA NA NA 14 0 TRUE FALSE FALSE repository green green_only NA
10.3233/ch-121661 2014 Medical research NA c(“fr”, “gp”) 1386-0291 1386-0291 Clinical Hemorheology and Microcirculation en Relationships between systemic vascular resistance, blood rheology and nitric oxide in children with sickle cell anemia or sickle cell-hemoglobin C disease 0 NA NA NA NA NA NA IOS Press IOS Press list(id_type = “hal_id”, id_value = “inserm-00849031”) inserm-00849031 0 4 subscription NA CIC-EC 802 Inserm, pôle Guadeloupe, Centre Hospitalier et Universitaire de Pointe-à-Pitre, Pointe-à-Pitre, France. 10 NA NA NA 14 0 TRUE FALSE FALSE repository green green_only NA
10.3233/ch-121661 2014 Medical research NA c(“fr”, “gp”) 1386-0291 1386-0291 Clinical Hemorheology and Microcirculation en Relationships between systemic vascular resistance, blood rheology and nitric oxide in children with sickle cell anemia or sickle cell-hemoglobin C disease 0 NA NA NA NA NA NA IOS Press IOS Press list(id_type = “hal_id”, id_value = “inserm-00849031”) inserm-00849031 0 4 subscription NA Unité Transversale de la Drépanocytose du Centre Hospitalier et Universitaire de Pointe-à-Pitre, Pointe-à-Pitre, France Service de Pédiatrie du Centre Hospitalier et Universitaire de Pointe-à-Pitre, Pointe-à-Pitre, France Centre de référence maladies rare pour la drépanocytose aux Antilles-Guyane, Centre Hospitalier et Universitaire de Pointe-à-Pitre, Pointe-à-Pitre, France. 11 NA NA NA 14 0 TRUE FALSE FALSE repository green green_only NA
10.3233/ch-121661 2014 Medical research NA c(“fr”, “gp”) 1386-0291 1386-0291 Clinical Hemorheology and Microcirculation en Relationships between systemic vascular resistance, blood rheology and nitric oxide in children with sickle cell anemia or sickle cell-hemoglobin C disease 0 NA NA NA NA NA NA IOS Press IOS Press list(id_type = “hal_id”, id_value = “inserm-00849031”) inserm-00849031 0 4 subscription NA Unité Transversale de la Drépanocytose du Centre Hospitalier et Universitaire de Pointe-à-Pitre, Pointe-à-Pitre, France Centre de référence maladies rare pour la drépanocytose aux Antilles-Guyane, Centre Hospitalier et Universitaire de Pointe-à-Pitre, Pointe-à-Pitre, France. 12 NA NA NA 14 0 TRUE FALSE FALSE repository green green_only NA
10.3233/ch-121661 2014 Medical research NA c(“fr”, “gp”) 1386-0291 1386-0291 Clinical Hemorheology and Microcirculation en Relationships between systemic vascular resistance, blood rheology and nitric oxide in children with sickle cell anemia or sickle cell-hemoglobin C disease 0 NA NA NA NA NA NA IOS Press IOS Press list(id_type = “hal_id”, id_value = “inserm-00849031”) inserm-00849031 0 4 subscription NA Inserm U665, Pointe-à-Pitre, F-97159 Guadeloupe, Université des Antilles et de la Guyane, Guadeloupe Unité Transversale de la Drépanocytose du Centre Hospitalier et Universitaire de Pointe-à-Pitre, Pointe-à-Pitre, France Centre de référence maladies rare pour la drépanocytose aux Antilles-Guyane, Centre Hospitalier et Universitaire de Pointe-à-Pitre, Pointe-à-Pitre, France. 13 NA NA NA 14 0 TRUE FALSE FALSE repository green green_only NA
10.3233/ch-121661 2014 Medical research NA c(“fr”, “gp”) 1386-0291 1386-0291 Clinical Hemorheology and Microcirculation en Relationships between systemic vascular resistance, blood rheology and nitric oxide in children with sickle cell anemia or sickle cell-hemoglobin C disease 0 NA NA NA NA NA NA IOS Press IOS Press list(id_type = “hal_id”, id_value = “inserm-00849031”) inserm-00849031 0 4 subscription NA Inserm U665, Pointe-à-Pitre, F-97159 Guadeloupe, Université des Antilles et de la Guyane, Guadeloupe. 14 NA NA NA 14 0 TRUE FALSE FALSE repository green green_only NA
10.1016/j.jen.2012.10.004 2014 Medical research NA fr 0099-1767 0099-1767 Journal of Emergency Nursing en Compliance with Emergency Department Discharge Instructions 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Amiens and Paris, France. 1 NA NA NA 4 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.jen.2012.10.004 2014 Medical research NA fr 0099-1767 0099-1767 Journal of Emergency Nursing en Compliance with Emergency Department Discharge Instructions 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Amiens and Paris, France. Electronic address: . 2 NA NA NA 4 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.jen.2012.10.004 2014 Medical research NA fr 0099-1767 0099-1767 Journal of Emergency Nursing en Compliance with Emergency Department Discharge Instructions 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Amiens and Paris, France. 3 NA NA NA 4 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.jen.2012.10.004 2014 Medical research NA fr 0099-1767 0099-1767 Journal of Emergency Nursing en Compliance with Emergency Department Discharge Instructions 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Amiens and Paris, France. 4 NA NA NA 4 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.cortex.2012.12.007 2014 Medical research NA fr 0010-9452 0010-9452 Cortex en Subdivision of the occipital lobes: An anatomical and functional MRI connectivity study 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA Natbrainlab, Department of Forensic and Neurodevelopmental Sciences, Institute of Psychiatry, King’s College London, London, UK; Université Pierre et Marie Curie-Paris 6, Centre de Recherche de l’Institut du Cerveau et de la Moelle épinière (CRICM), UMRS 975, Paris, France; Inserm, U 975, Paris, France; CNRS, UMR 7225, Paris, France. Electronic address: . 1 NA NA NA 5 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.cortex.2012.12.007 2014 Medical research NA fr 0010-9452 0010-9452 Cortex en Subdivision of the occipital lobes: An anatomical and functional MRI connectivity study 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA Université Pierre et Marie Curie-Paris 6, Centre de Recherche de l’Institut du Cerveau et de la Moelle épinière (CRICM), UMRS 975, Paris, France; Inserm, U 975, Paris, France; Service de Médecine et de Réadaptation, Hôpitaux de Saint-Maurice, Saint-Maurice, France. 2 NA NA NA 5 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.cortex.2012.12.007 2014 Medical research NA fr 0010-9452 0010-9452 Cortex en Subdivision of the occipital lobes: An anatomical and functional MRI connectivity study 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA Université Pierre et Marie Curie-Paris 6, Centre de Recherche de l’Institut du Cerveau et de la Moelle épinière (CRICM), UMRS 975, Paris, France; Inserm, U 975, Paris, France; CNRS, UMR 7225, Paris, France; Centre de Neuroimagerie de Recherche CENIR, Groupe Hospitalier Pitié-Salpêtrière, Paris, France. 3 NA NA NA 5 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.cortex.2012.12.007 2014 Medical research NA fr 0010-9452 0010-9452 Cortex en Subdivision of the occipital lobes: An anatomical and functional MRI connectivity study 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA Inserm, U 975, Paris, France. 4 NA NA NA 5 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.cortex.2012.12.007 2014 Medical research NA fr 0010-9452 0010-9452 Cortex en Subdivision of the occipital lobes: An anatomical and functional MRI connectivity study 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA Université Pierre et Marie Curie-Paris 6, Centre de Recherche de l’Institut du Cerveau et de la Moelle épinière (CRICM), UMRS 975, Paris, France; Inserm, U 975, Paris, France. 5 NA NA NA 5 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.wneu.2013.01.029 2014 Medical research NA fr 1878-8750 1878-8750 World Neurosurgery en Is the Medicolegal Issue Avoidable in Neurosurgery? A Retrospective Survey of a Series of 115 Medicolegal Cases from Public Hospitals 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA CHU de Caen, Service de Neurochirurgie, Caen, France; Université de Caen Basse-Normandie, UFR de Médecine, Caen, France. 1 NA NA NA 3 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.wneu.2013.01.029 2014 Medical research NA fr 1878-8750 1878-8750 World Neurosurgery en Is the Medicolegal Issue Avoidable in Neurosurgery? A Retrospective Survey of a Series of 115 Medicolegal Cases from Public Hospitals 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA CHU de Caen, Service de Neurochirurgie, Caen, France. Electronic address: . 2 NA NA NA 3 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.wneu.2013.01.029 2014 Medical research NA fr 1878-8750 1878-8750 World Neurosurgery en Is the Medicolegal Issue Avoidable in Neurosurgery? A Retrospective Survey of a Series of 115 Medicolegal Cases from Public Hospitals 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de Neurochirurgie, Hôpital Neurologique P. Wertheimer, Hospices Civils de Lyon, Faculté de Médecine, Université Lyon 1, Lyon, France. 3 NA NA NA 3 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.apradiso.2012.12.017 2014 Physical sciences, Astronomy NA fr 0969-8043 0969-8043 Applied Radiation and Isotopes en Anisotropy and charge effect in collisions of ions with biomolecules 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Institut Lumière Matière, UMR5306 Université Lyon 1-CNRS, Université de Lyon, 69622 Villeurbanne Cedex, France. Electronic address: . 1 NA NA NA 1 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.encep.2012.11.001 2014 Medical research NA fr 0013-7006 0013-7006 L’Encéphale fr L’injonction de soins. À propos d’une étude réalisée sur les régions Alsace et Lorraine 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Secteur de psychiatrie adulte 67G12, 67150 Erstein, France. 1 NA NA NA 2 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.encep.2012.11.001 2014 Medical research NA fr 0013-7006 0013-7006 L’Encéphale fr L’injonction de soins. À propos d’une étude réalisée sur les régions Alsace et Lorraine 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Unité de soins intensifs psychiatriques, centre hospitalier spécialisé, 1, rue Calmette, 57200 Sarreguemines, France. Electronic address: . 2 NA NA NA 2 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.apradiso.2012.12.019 2014 Physical sciences, Astronomy NA c(“fr”, “it”) 0969-8043 0969-8043 Applied Radiation and Isotopes en Development and application of tools for Monte Carlo based simulations in a particle beam radiotherapy facility 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Centro Nazionale di Adroterapia Oncologica, Via Strada Campeggi 53, 27100 Pavia, Italy; Medical Physics Department, Joseph Fourier University, 38000 Grenoble, France. 1 NA NA NA 1 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuroimage.2013.01.035 2014 Medical research NA fr 1053-8119 1053-8119 NeuroImage en Somatosensory evoked changes in cerebral oxygen consumption measured non-invasively in premature neonates 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid gold A.A. Martinos Center for Biomedical Imaging, Massachusetts General Hospital, Harvard Medical School, Charlestown, MA, USA; Laboratoire Psychologie des Actions Langagières et Motrices, Université de Caen Basse-Normandie, France. Electronic address: . 1 NA NA NA 1 1 TRUE FALSE FALSE repository green green_only NA
10.1016/j.anplas.2013.01.002 2014 Medical research NA fr 0294-1260 0294-1260 Annales de Chirurgie Plastique Esthétique fr Reconstruction d’une perte de substance de racine de cuisse sur membre lymphœdèmateux par un lambeau DIEP pédiculé 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de chirurgie plastique et reconstructrice, CHU Trousseau, avenue de la République, 37170 Chambray-lès-Tours, France. Electronic address: . 1 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.anplas.2013.01.002 2014 Medical research NA fr 0294-1260 0294-1260 Annales de Chirurgie Plastique Esthétique fr Reconstruction d’une perte de substance de racine de cuisse sur membre lymphœdèmateux par un lambeau DIEP pédiculé 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de chirurgie plastique et reconstructrice, CHU Trousseau, avenue de la République, 37170 Chambray-lès-Tours, France. 2 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.anplas.2013.01.002 2014 Medical research NA fr 0294-1260 0294-1260 Annales de Chirurgie Plastique Esthétique fr Reconstruction d’une perte de substance de racine de cuisse sur membre lymphœdèmateux par un lambeau DIEP pédiculé 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service d’anatomie et cytologie pathologiques, CHU Trousseau, avenue de la République, 37170 Chambray-lès-Tours, France. 3 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.anplas.2013.01.002 2014 Medical research NA fr 0294-1260 0294-1260 Annales de Chirurgie Plastique Esthétique fr Reconstruction d’une perte de substance de racine de cuisse sur membre lymphœdèmateux par un lambeau DIEP pédiculé 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service d’anatomie et cytologie pathologiques, CHU Trousseau, avenue de la République, 37170 Chambray-lès-Tours, France. 4 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.anplas.2013.01.002 2014 Medical research NA fr 0294-1260 0294-1260 Annales de Chirurgie Plastique Esthétique fr Reconstruction d’une perte de substance de racine de cuisse sur membre lymphœdèmateux par un lambeau DIEP pédiculé 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service d’orthopédie et traumatologie, CHU Trousseau, avenue de la République, 37170 Chambray-lès-Tours, France. 5 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.anplas.2013.01.002 2014 Medical research NA fr 0294-1260 0294-1260 Annales de Chirurgie Plastique Esthétique fr Reconstruction d’une perte de substance de racine de cuisse sur membre lymphœdèmateux par un lambeau DIEP pédiculé 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de radiologie, CHU Trousseau, avenue de la République, 37170 Chambray-lès-Tours, France. 6 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.anplas.2013.01.002 2014 Medical research NA fr 0294-1260 0294-1260 Annales de Chirurgie Plastique Esthétique fr Reconstruction d’une perte de substance de racine de cuisse sur membre lymphœdèmateux par un lambeau DIEP pédiculé 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de dermatologie, CHU Trousseau, avenue de la République, 37170 Chambray-lès-Tours, France. 7 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.anplas.2013.01.002 2014 Medical research NA fr 0294-1260 0294-1260 Annales de Chirurgie Plastique Esthétique fr Reconstruction d’une perte de substance de racine de cuisse sur membre lymphœdèmateux par un lambeau DIEP pédiculé 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de dermatologie, CHU Trousseau, avenue de la République, 37170 Chambray-lès-Tours, France. 8 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.anplas.2013.01.002 2014 Medical research NA fr 0294-1260 0294-1260 Annales de Chirurgie Plastique Esthétique fr Reconstruction d’une perte de substance de racine de cuisse sur membre lymphœdèmateux par un lambeau DIEP pédiculé 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de chirurgie plastique et reconstructrice, CHU Trousseau, avenue de la République, 37170 Chambray-lès-Tours, France. 9 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.anplas.2013.01.002 2014 Medical research NA fr 0294-1260 0294-1260 Annales de Chirurgie Plastique Esthétique fr Reconstruction d’une perte de substance de racine de cuisse sur membre lymphœdèmateux par un lambeau DIEP pédiculé 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de chirurgie plastique et reconstructrice, CHU Trousseau, avenue de la République, 37170 Chambray-lès-Tours, France. 10 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.1089/ars.2012.5133 2014 Medical research NA fr 1523-0864 1523-0864,1557-7716 Antioxidants & Redox Signaling en Cell-Death-Associated Molecular Patterns As Determinants of Cancer Immunogenicity 0 NA NA NA NA NA NA Mary Ann Liebert Inc Mary Ann Liebert Inc list(id_type = “hal_id”, id_value = “hal-02047417”) hal-02047417 0 4 hybrid NA 1 Institut National de la Santé et de la Recherche Médicale , Villejuif, France . 1 NA NA NA 1 1 TRUE FALSE FALSE repository green green_only NA
10.1016/j.urolonc.2012.08.010 2014 Medical research NA fr 1078-1439 1078-1439 Urologic Oncology: Seminars and Original Investigations en Influence of previous or synchronous bladder cancer on oncologic outcomes after radical nephroureterectomy for upper urinary tract urothelial carcinoma 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Academic Department of Urology, Cochin Hospital, Assistance Publique-Hôpitaux de Paris, Faculté de Médecine, Paris Descartes University Paris V, Paris, France. Electronic address: . 1 NA NA NA 20 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.urolonc.2012.08.010 2014 Medical research NA fr 1078-1439 1078-1439 Urologic Oncology: Seminars and Original Investigations en Influence of previous or synchronous bladder cancer on oncologic outcomes after radical nephroureterectomy for upper urinary tract urothelial carcinoma 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Academic Department of Urology, CHRU Lille, University Lille Nord de France, Lille, France. 2 NA NA NA 20 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.urolonc.2012.08.010 2014 Medical research NA fr 1078-1439 1078-1439 Urologic Oncology: Seminars and Original Investigations en Influence of previous or synchronous bladder cancer on oncologic outcomes after radical nephroureterectomy for upper urinary tract urothelial carcinoma 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Academic Department of Urology, Cochin Hospital, Assistance Publique-Hôpitaux de Paris, Faculté de Médecine, Paris Descartes University Paris V, Paris, France. 3 NA NA NA 20 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.urolonc.2012.08.010 2014 Medical research NA fr 1078-1439 1078-1439 Urologic Oncology: Seminars and Original Investigations en Influence of previous or synchronous bladder cancer on oncologic outcomes after radical nephroureterectomy for upper urinary tract urothelial carcinoma 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Academic Department of Urology, La Pitié-Salpetrière Hospital, Assistance Publique-Hôpitaux de Paris, Faculté de Médecine Pierre et Marie Curie, University Paris VI, Paris, France. 4 NA NA NA 20 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.urolonc.2012.08.010 2014 Medical research NA fr 1078-1439 1078-1439 Urologic Oncology: Seminars and Original Investigations en Influence of previous or synchronous bladder cancer on oncologic outcomes after radical nephroureterectomy for upper urinary tract urothelial carcinoma 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Academic Department of Urology, CHRU Toulouse, University of Toulouse, Toulouse, France. 5 NA NA NA 20 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.urolonc.2012.08.010 2014 Medical research NA fr 1078-1439 1078-1439 Urologic Oncology: Seminars and Original Investigations en Influence of previous or synchronous bladder cancer on oncologic outcomes after radical nephroureterectomy for upper urinary tract urothelial carcinoma 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of Urology, Val de Grace Military Hospital, Paris, France. 16 NA NA NA 20 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.urolonc.2012.08.010 2014 Medical research NA fr 1078-1439 1078-1439 Urologic Oncology: Seminars and Original Investigations en Influence of previous or synchronous bladder cancer on oncologic outcomes after radical nephroureterectomy for upper urinary tract urothelial carcinoma 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Academic Department of Urology, CHRU Angers, University of Angers, Angers, France. 17 NA NA NA 20 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.urolonc.2012.08.010 2014 Medical research NA fr 1078-1439 1078-1439 Urologic Oncology: Seminars and Original Investigations en Influence of previous or synchronous bladder cancer on oncologic outcomes after radical nephroureterectomy for upper urinary tract urothelial carcinoma 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Academic Department of Urology, CHRU Clermont Ferrand, University of Clermont Ferrand, Clermont Ferrand, France. 18 NA NA NA 20 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.urolonc.2012.08.010 2014 Medical research NA fr 1078-1439 1078-1439 Urologic Oncology: Seminars and Original Investigations en Influence of previous or synchronous bladder cancer on oncologic outcomes after radical nephroureterectomy for upper urinary tract urothelial carcinoma 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Academic Department of Urology, CHU Marseille, University of Marseille, Marseille, France. 19 NA NA NA 20 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.urolonc.2012.08.010 2014 Medical research NA fr 1078-1439 1078-1439 Urologic Oncology: Seminars and Original Investigations en Influence of previous or synchronous bladder cancer on oncologic outcomes after radical nephroureterectomy for upper urinary tract urothelial carcinoma 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Academic Department of Urology, La Pitié-Salpetrière Hospital, Assistance Publique-Hôpitaux de Paris, Faculté de Médecine Pierre et Marie Curie, University Paris VI, Paris, France. 20 NA NA NA 20 1 FALSE FALSE FALSE closed closed closed NA
10.2174/15701638113109990030 2014 Medical research NA fr 1570-1638 1570-1638 Current Drug Discovery Technologies en Isolation of Antibodies From Non-Human Primates for Clinical Use 0 NA NA NA NA NA NA Bentham Science Publishers Ltd.  Bentham Science Publishers Ltd.  NA NA 0 4 subscription NA Unite de biotechnologie des anticorps et des toxines, Departement de microbiologie, Institut de Recherche Biomedicale des Armees (IRBA-CRSSA), 38702 La Tronche Cedex, France. . 5 NA NA NA 1 1 FALSE FALSE FALSE closed closed closed NA
10.5761/atcs.cr.12.02065 2014 Medical research NA fr 1341-1098 1341-1098,2186-1005 Annals of Thoracic and Cardiovascular Surgery en Delayed Right-Sided Diaphragmatic Rupture and Laparoscopic Repair with Mesh Fixation 1 693.1448 doaj 693.1448 100000 NA NA Editorial Committee of Annals of Thoracic and Cardiovascular Surgery Editorial Committee of Annals of Thoracic and Cardiovascular Surgery NA NA 0 4 gold gold Service de Chirurgie Digestive, Hôpital Antoine Béclère, Clamart, Assistance Publique-Hôpitaux de Paris, Université Paris XI, Paris France; HPB Surgery Unit, Hammersmith Hospital, NHS/Imperial College, London, UK. 1 NA NA NA 1 1 TRUE FALSE FALSE publisher hybrid hybrid no license
10.1097/jcn.0b013e31828568d6 2014 Medical research NA fr 0889-4655 0889-4655 Journal of Cardiovascular Nursing en Predictors of Physical Activity in Patients With Heart Failure 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA Hui-Chin, Chien, RN, MSN Head Nurse, Department of Nursing, Kaohsiung Medical University Hospital, Kaohsiung, Taiwan. Hsing-Mei Chen, PhD, RN Assistant Professor, College of Nursing, Kaohsiung Medical University, Kaohsiung, Taiwan. Martin Garet, PhD Lecturer, Laboratory of Clinical and Exercise Physiology, Jean Monnet University, Saint-Etienne, France. Ruey-Hsia Wang, PhD, RN Professor, College of Nursing, Kaohsiung Medical University, Kaohsiung, Taiwan. 1 NA NA NA 1 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.clinre.2012.11.007 2014 Medical research NA fr 2210-7401 2210-7401 Clinics and Research in Hepatology and Gastroenterology en Stump appendicitis. A diagnostic trap 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of General, Visceral and Endocrine Surgery, Groupe Hospitalier Pitié-Salpêtrière, Assistance Publique-Hôpitaux de Paris (AP-HP), Paris, France. 1 NA NA NA 6 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.clinre.2012.11.007 2014 Medical research NA fr 2210-7401 2210-7401 Clinics and Research in Hepatology and Gastroenterology en Stump appendicitis. A diagnostic trap 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of General, Visceral and Endocrine Surgery, Groupe Hospitalier Pitié-Salpêtrière, Assistance Publique-Hôpitaux de Paris (AP-HP), Paris, France. 2 NA NA NA 6 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.clinre.2012.11.007 2014 Medical research NA fr 2210-7401 2210-7401 Clinics and Research in Hepatology and Gastroenterology en Stump appendicitis. A diagnostic trap 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of General, Visceral and Endocrine Surgery, Groupe Hospitalier Pitié-Salpêtrière, Assistance Publique-Hôpitaux de Paris (AP-HP), Paris, France. 3 NA NA NA 6 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.clinre.2012.11.007 2014 Medical research NA fr 2210-7401 2210-7401 Clinics and Research in Hepatology and Gastroenterology en Stump appendicitis. A diagnostic trap 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of Radiology, Groupe Hospitalier Pitié-Salpêtrière, Assistance Publique-Hôpitaux de Paris (AP-HP), Paris, France. 4 NA NA NA 6 1 FALSE FALSE FALSE closed closed closed NA


2015

import_manips(2015)

Temps d’exécution de l’import des données : 4.19 secs.

Dimensions du jeu de données : 336712 observations et 39 variables (1 ligne = 1 auteur).

Nombre d’articles : 120229.

Les 100 premières observations :

n_100_kable(data)
doi year bso_classification coi detected_countries journal_issn_l journal_issns journal_name lang title has_apc amount_apc_EUR apc_source amount_apc_doaj_EUR amount_apc_doaj amount_apc_openapc_EUR count_apc_openapc_key publisher_group publisher_dissemination external_ids hal_id is_covered_by_couperin tier journal_color journal_color_doaj name author_position corresponding email country nb_authors is_french_CA oa_details.2020.is_oa oa_details.2020.journal_is_in_doaj oa_details.2020.journal_is_oa oa_details.2020.oa_host_type oa_details.2020.oa_colors oa_details.2020.oa_colors_with_priority_to_publisher oa_details.2020.licence_publisher
10.1016/j.cortex.2012.12.010 2015 Medical research NA fr 0010-9452 0010-9452 Cortex en Contextual and behavioral influences on uncertainty in obsessive-compulsive disorder 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Institut des Maladies Neurodégénératives, CNRS UMR 5293, Bordeaux, France; Université Victor Segalen Bordeaux 2, Bordeaux, France; Pôle Universitaire de Psychiatrie Adulte, Hôpital Charles Perrens, Bordeaux, France. Electronic address: . 1 NA NA NA 11 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.cortex.2012.12.010 2015 Medical research NA fr 0010-9452 0010-9452 Cortex en Contextual and behavioral influences on uncertainty in obsessive-compulsive disorder 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Institut des Maladies Neurodégénératives, CNRS UMR 5293, Bordeaux, France; Université Victor Segalen Bordeaux 2, Bordeaux, France. 2 NA NA NA 11 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.cortex.2012.12.010 2015 Medical research NA fr 0010-9452 0010-9452 Cortex en Contextual and behavioral influences on uncertainty in obsessive-compulsive disorder 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Université Victor Segalen Bordeaux 2, Bordeaux, France; Institut des Neurosciences Cognitives et Intégratives d’Aquitaine, CNRS UMR 5287, Bordeaux, France. 3 NA NA NA 11 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.cortex.2012.12.010 2015 Medical research NA fr 0010-9452 0010-9452 Cortex en Contextual and behavioral influences on uncertainty in obsessive-compulsive disorder 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Université Victor Segalen Bordeaux 2, Bordeaux, France; Institut des Neurosciences Cognitives et Intégratives d’Aquitaine, CNRS UMR 5287, Bordeaux, France; Service de Médecine Nucléaire, Hôpital Pellegrin, Bordeaux, France. 4 NA NA NA 11 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.cortex.2012.12.010 2015 Medical research NA fr 0010-9452 0010-9452 Cortex en Contextual and behavioral influences on uncertainty in obsessive-compulsive disorder 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Institut des Maladies Neurodégénératives, CNRS UMR 5293, Bordeaux, France; Université Victor Segalen Bordeaux 2, Bordeaux, France; Service de Neurophysiologie, Hôpital Pellegrin, Bordeaux, France. 5 NA NA NA 11 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.cortex.2012.12.010 2015 Medical research NA fr 0010-9452 0010-9452 Cortex en Contextual and behavioral influences on uncertainty in obsessive-compulsive disorder 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Université Victor Segalen Bordeaux 2, Bordeaux, France. 7 NA NA NA 11 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.cortex.2012.12.010 2015 Medical research NA fr 0010-9452 0010-9452 Cortex en Contextual and behavioral influences on uncertainty in obsessive-compulsive disorder 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Centre d’Investigation Clinique, INSERM U 802, Poitiers, France; INSERM U 1084, Laboratoire de Neurosciences Expérimentales et Cliniques, Equipe AVENIR ≪ Psychobiologie des Troubles Compulsifs ≫, Poitiers, France; Université de Poitiers, Poitiers, France; Centre Hospitalier Universitaire, Poitiers, France; Unité de Recherche Clinique Intersectorielle en Psychiatrie, Hôpital Henri Laborit, Poitiers, France. 8 NA NA NA 11 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.cortex.2012.12.010 2015 Medical research NA fr 0010-9452 0010-9452 Cortex en Contextual and behavioral influences on uncertainty in obsessive-compulsive disorder 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Université Victor Segalen Bordeaux 2, Bordeaux, France; Pôle Universitaire de Psychiatrie Adulte, Hôpital Charles Perrens, Bordeaux, France. 9 NA NA NA 11 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.cortex.2012.12.010 2015 Medical research NA fr 0010-9452 0010-9452 Cortex en Contextual and behavioral influences on uncertainty in obsessive-compulsive disorder 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Université Victor Segalen Bordeaux 2, Bordeaux, France; Institut des Neurosciences Cognitives et Intégratives d’Aquitaine, CNRS UMR 5287, Bordeaux, France; Service de Médecine Nucléaire, Hôpital Pellegrin, Bordeaux, France. 10 NA NA NA 11 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.cortex.2012.12.010 2015 Medical research NA fr 0010-9452 0010-9452 Cortex en Contextual and behavioral influences on uncertainty in obsessive-compulsive disorder 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Institut des Maladies Neurodégénératives, CNRS UMR 5293, Bordeaux, France; Université Victor Segalen Bordeaux 2, Bordeaux, France; Service de Neurophysiologie, Hôpital Pellegrin, Bordeaux, France. 11 NA NA NA 11 1 FALSE FALSE FALSE closed closed closed NA
10.3233/ch-131727 2015 Medical research NA c(“fr”, “gp”) 1386-0291 1386-0291 Clinical Hemorheology and Microcirculation en Indirect viscosimetric method is less accurate than ektacytometry for the measurement of red blood cell deformability 0 NA NA NA NA NA NA IOS Press IOS Press NA NA 0 4 subscription NA UMR Inserm 665, Pointe-à-Pitre, Université des Antilles et de la Guyane, Pointe-à-Pitre, Guadeloupe, France. 1 NA NA NA 6 0 FALSE FALSE FALSE closed closed closed NA
10.3233/ch-131727 2015 Medical research NA c(“fr”, “gp”) 1386-0291 1386-0291 Clinical Hemorheology and Microcirculation en Indirect viscosimetric method is less accurate than ektacytometry for the measurement of red blood cell deformability 0 NA NA NA NA NA NA IOS Press IOS Press NA NA 0 4 subscription NA UMR Inserm 665, Pointe-à-Pitre, Université des Antilles et de la Guyane, Pointe-à-Pitre, Guadeloupe, France Laboratoire ACTES (EA 3596), Département de Physiologie, Université des Antilles et de la Guyane, Pointe-à-Pitre, Guadeloupe, France Laboratory of Excellence GR-Ex «The red cell: from genesis to death», PRES Sorbonne Paris Cité, Paris, France. 2 NA NA NA 6 0 FALSE FALSE FALSE closed closed closed NA
10.3233/ch-131727 2015 Medical research NA c(“fr”, “gp”) 1386-0291 1386-0291 Clinical Hemorheology and Microcirculation en Indirect viscosimetric method is less accurate than ektacytometry for the measurement of red blood cell deformability 0 NA NA NA NA NA NA IOS Press IOS Press NA NA 0 4 subscription NA Université Paris 13, Laboratoire «Réponses Cellulaires et Fonctionnelles à L’hypoxie» Bobigny, France Laboratory of Excellence GR-Ex «The red cell: from genesis to death», PRES Sorbonne Paris Cité, Paris, France. 3 NA NA NA 6 0 FALSE FALSE FALSE closed closed closed NA
10.3233/ch-131727 2015 Medical research NA c(“fr”, “gp”) 1386-0291 1386-0291 Clinical Hemorheology and Microcirculation en Indirect viscosimetric method is less accurate than ektacytometry for the measurement of red blood cell deformability 0 NA NA NA NA NA NA IOS Press IOS Press NA NA 0 4 subscription NA UMR Inserm 665, Pointe-à-Pitre, Université des Antilles et de la Guyane, Pointe-à-Pitre, Guadeloupe, France Laboratory of Excellence GR-Ex «The red cell: from genesis to death», PRES Sorbonne Paris Cité, Paris, France. 4 NA NA NA 6 0 FALSE FALSE FALSE closed closed closed NA
10.3233/ch-131727 2015 Medical research NA c(“fr”, “gp”) 1386-0291 1386-0291 Clinical Hemorheology and Microcirculation en Indirect viscosimetric method is less accurate than ektacytometry for the measurement of red blood cell deformability 0 NA NA NA NA NA NA IOS Press IOS Press NA NA 0 4 subscription NA UMR Inserm 665, Pointe-à-Pitre, Université des Antilles et de la Guyane, Pointe-à-Pitre, Guadeloupe, France Laboratory of Excellence GR-Ex «The red cell: from genesis to death», PRES Sorbonne Paris Cité, Paris, France. 5 NA NA NA 6 0 FALSE FALSE FALSE closed closed closed NA
10.3233/ch-131727 2015 Medical research NA c(“fr”, “gp”) 1386-0291 1386-0291 Clinical Hemorheology and Microcirculation en Indirect viscosimetric method is less accurate than ektacytometry for the measurement of red blood cell deformability 0 NA NA NA NA NA NA IOS Press IOS Press NA NA 0 4 subscription NA UMR Inserm 665, Pointe-à-Pitre, Université des Antilles et de la Guyane, Pointe-à-Pitre, Guadeloupe, France Laboratoire ACTES (EA 3596), Département de Physiologie, Université des Antilles et de la Guyane, Pointe-à-Pitre, Guadeloupe, France Laboratory of Excellence GR-Ex «The red cell: from genesis to death», PRES Sorbonne Paris Cité, Paris, France. 6 NA NA NA 6 0 FALSE FALSE FALSE closed closed closed NA
10.1111/mcn.12049 2015 Medical research NA c(“ch”, “fr”, “us”, “fi”) 1740-8695 1740-8695 Maternal & Child Nutrition en Considerations in developing lipid-based nutrient supplements for prevention of undernutrition: experience from the International Lipid-Based Nutrient Supplements (iLiNS) Project 1 3092.421 openAPC_estimation_issn 2358.491 2500 3092.421 49 Wiley Wiley NA NA 0 2 gold gold Department of Nutrition, University of California, Davis, Davis, California, USA. 1 NA NA NA 12 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1111/mcn.12049 2015 Medical research NA c(“ch”, “fr”, “us”, “fi”) 1740-8695 1740-8695 Maternal & Child Nutrition en Considerations in developing lipid-based nutrient supplements for prevention of undernutrition: experience from the International Lipid-Based Nutrient Supplements (iLiNS) Project 1 3092.421 openAPC_estimation_issn 2358.491 2500 3092.421 49 Wiley Wiley NA NA 0 2 gold gold Program in International and Community Nutrition, University of California, Davis, Davis, California, USA. 1 NA NA NA 12 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1111/mcn.12049 2015 Medical research NA c(“ch”, “fr”, “us”, “fi”) 1740-8695 1740-8695 Maternal & Child Nutrition en Considerations in developing lipid-based nutrient supplements for prevention of undernutrition: experience from the International Lipid-Based Nutrient Supplements (iLiNS) Project 1 3092.421 openAPC_estimation_issn 2358.491 2500 3092.421 49 Wiley Wiley NA NA 0 2 gold gold Nutriset S.A.S., Malaunay, France. 2 NA NA NA 12 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1111/mcn.12049 2015 Medical research NA c(“ch”, “fr”, “us”, “fi”) 1740-8695 1740-8695 Maternal & Child Nutrition en Considerations in developing lipid-based nutrient supplements for prevention of undernutrition: experience from the International Lipid-Based Nutrient Supplements (iLiNS) Project 1 3092.421 openAPC_estimation_issn 2358.491 2500 3092.421 49 Wiley Wiley NA NA 0 2 gold gold Global Alliance for Improved Nutrition, Geneva, Switzerland. 3 NA NA NA 12 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1111/mcn.12049 2015 Medical research NA c(“ch”, “fr”, “us”, “fi”) 1740-8695 1740-8695 Maternal & Child Nutrition en Considerations in developing lipid-based nutrient supplements for prevention of undernutrition: experience from the International Lipid-Based Nutrient Supplements (iLiNS) Project 1 3092.421 openAPC_estimation_issn 2358.491 2500 3092.421 49 Wiley Wiley NA NA 0 2 gold gold Department of Nutrition, University of California, Davis, Davis, California, USA. 4 NA NA NA 12 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1111/mcn.12049 2015 Medical research NA c(“ch”, “fr”, “us”, “fi”) 1740-8695 1740-8695 Maternal & Child Nutrition en Considerations in developing lipid-based nutrient supplements for prevention of undernutrition: experience from the International Lipid-Based Nutrient Supplements (iLiNS) Project 1 3092.421 openAPC_estimation_issn 2358.491 2500 3092.421 49 Wiley Wiley NA NA 0 2 gold gold Department of Nutrition, University of California, Davis, Davis, California, USA. 6 NA NA NA 12 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1111/mcn.12049 2015 Medical research NA c(“ch”, “fr”, “us”, “fi”) 1740-8695 1740-8695 Maternal & Child Nutrition en Considerations in developing lipid-based nutrient supplements for prevention of undernutrition: experience from the International Lipid-Based Nutrient Supplements (iLiNS) Project 1 3092.421 openAPC_estimation_issn 2358.491 2500 3092.421 49 Wiley Wiley NA NA 0 2 gold gold Program in International and Community Nutrition, University of California, Davis, Davis, California, USA. 6 NA NA NA 12 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1111/mcn.12049 2015 Medical research NA c(“ch”, “fr”, “us”, “fi”) 1740-8695 1740-8695 Maternal & Child Nutrition en Considerations in developing lipid-based nutrient supplements for prevention of undernutrition: experience from the International Lipid-Based Nutrient Supplements (iLiNS) Project 1 3092.421 openAPC_estimation_issn 2358.491 2500 3092.421 49 Wiley Wiley NA NA 0 2 gold gold ARS Western Human Nutrition Research Center, USDA, Davis, California, USA. 6 NA NA NA 12 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1111/mcn.12049 2015 Medical research NA c(“ch”, “fr”, “us”, “fi”) 1740-8695 1740-8695 Maternal & Child Nutrition en Considerations in developing lipid-based nutrient supplements for prevention of undernutrition: experience from the International Lipid-Based Nutrient Supplements (iLiNS) Project 1 3092.421 openAPC_estimation_issn 2358.491 2500 3092.421 49 Wiley Wiley NA NA 0 2 gold gold Department of Nutrition, University of California, Davis, Davis, California, USA. 7 NA NA NA 12 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1111/mcn.12049 2015 Medical research NA c(“ch”, “fr”, “us”, “fi”) 1740-8695 1740-8695 Maternal & Child Nutrition en Considerations in developing lipid-based nutrient supplements for prevention of undernutrition: experience from the International Lipid-Based Nutrient Supplements (iLiNS) Project 1 3092.421 openAPC_estimation_issn 2358.491 2500 3092.421 49 Wiley Wiley NA NA 0 2 gold gold Program in International and Community Nutrition, University of California, Davis, Davis, California, USA. 7 NA NA NA 12 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.3727/096368913x667493 2015 Medical research NA fr 0963-6897 0963-6897,1555-3892 Cell Transplantation en Automated Digital Image Analysis of Islet Cell Mass Using Nikon’s Inverted Eclipse Ti Microscope and Software to Improve Engraftment may Help to Advance the Therapeutic Efficacy and Accessibility of Islet Transplantation across Centers 1 2237.213 openAPC_estimation_issn 2274.231 2750 2237.213 15 SAGE Publications SAGE Publications NA NA 1 3 gold gold European Genomic Institute for Diabetes (EGID), Lille, France. 1 NA NA NA 1 1 TRUE FALSE FALSE publisher hybrid hybrid no license
10.3233/ch-131742 2015 Medical research NA c(“fr”, “gp”) 1386-0291 1386-0291 Clinical Hemorheology and Microcirculation en Is there a relationship between the hematocrit-to-viscosity ratio and microvascular oxygenation in brain and muscle? 0 NA NA NA NA NA NA IOS Press IOS Press NA NA 0 4 subscription NA Inserm 665, Pointe-à-Pitre, F-97159 Guadeloupe, Université des Antilles et de la Guyane, Pointe-à-Pitre, F-97157, France Laboratory of Excellence GR-Ex « The red cell : from genesis to death », PRES Sorbonne Paris Cité, 75015, Paris, France Université des Antilles et de la Guyane, Laboratoire ACTES (EA 3596), Département de Physiologie, Pointe-à-Pitre, Guadeloupe, France. 1 NA NA NA 11 0 FALSE FALSE FALSE closed closed closed NA
10.3233/ch-131742 2015 Medical research NA c(“fr”, “gp”) 1386-0291 1386-0291 Clinical Hemorheology and Microcirculation en Is there a relationship between the hematocrit-to-viscosity ratio and microvascular oxygenation in brain and muscle? 0 NA NA NA NA NA NA IOS Press IOS Press NA NA 0 4 subscription NA Inserm 665, Pointe-à-Pitre, F-97159 Guadeloupe, Université des Antilles et de la Guyane, Pointe-à-Pitre, F-97157, France Laboratory of Excellence GR-Ex « The red cell : from genesis to death », PRES Sorbonne Paris Cité, 75015, Paris, France. 2 NA NA NA 11 0 FALSE FALSE FALSE closed closed closed NA
10.3233/ch-131742 2015 Medical research NA c(“fr”, “gp”) 1386-0291 1386-0291 Clinical Hemorheology and Microcirculation en Is there a relationship between the hematocrit-to-viscosity ratio and microvascular oxygenation in brain and muscle? 0 NA NA NA NA NA NA IOS Press IOS Press NA NA 0 4 subscription NA Unité Transversale de la Drépanocytose, Centre Hospitalier et Universitaire de Pointe-à-Pitre, Pointe-à-Pitre, Guadeloupe, France. 3 NA NA NA 11 0 FALSE FALSE FALSE closed closed closed NA
10.3233/ch-131742 2015 Medical research NA c(“fr”, “gp”) 1386-0291 1386-0291 Clinical Hemorheology and Microcirculation en Is there a relationship between the hematocrit-to-viscosity ratio and microvascular oxygenation in brain and muscle? 0 NA NA NA NA NA NA IOS Press IOS Press NA NA 0 4 subscription NA Unité Transversale de la Drépanocytose, Centre Hospitalier et Universitaire de Pointe-à-Pitre, Pointe-à-Pitre, Guadeloupe, France. 4 NA NA NA 11 0 FALSE FALSE FALSE closed closed closed NA
10.3233/ch-131742 2015 Medical research NA c(“fr”, “gp”) 1386-0291 1386-0291 Clinical Hemorheology and Microcirculation en Is there a relationship between the hematocrit-to-viscosity ratio and microvascular oxygenation in brain and muscle? 0 NA NA NA NA NA NA IOS Press IOS Press NA NA 0 4 subscription NA Inserm 665, Pointe-à-Pitre, F-97159 Guadeloupe, Université des Antilles et de la Guyane, Pointe-à-Pitre, F-97157, France CIC-EC 802 Inserm, Centre Hospitalier Universitaire de Pointe-à-Pitre, Pointe-à-Pitre, Guadeloupe, France. 5 NA NA NA 11 0 FALSE FALSE FALSE closed closed closed NA
10.3233/ch-131742 2015 Medical research NA c(“fr”, “gp”) 1386-0291 1386-0291 Clinical Hemorheology and Microcirculation en Is there a relationship between the hematocrit-to-viscosity ratio and microvascular oxygenation in brain and muscle? 0 NA NA NA NA NA NA IOS Press IOS Press NA NA 0 4 subscription NA Centre de référence maladies rares pour la drépanocytose aux Antilles-Guyane, Centre Hospitalier et Universitaire de Pointe-à-Pitre, Pointe-à-Pitre, Guadeloupe, France. 7 NA NA NA 11 0 FALSE FALSE FALSE closed closed closed NA
10.3233/ch-131742 2015 Medical research NA c(“fr”, “gp”) 1386-0291 1386-0291 Clinical Hemorheology and Microcirculation en Is there a relationship between the hematocrit-to-viscosity ratio and microvascular oxygenation in brain and muscle? 0 NA NA NA NA NA NA IOS Press IOS Press NA NA 0 4 subscription NA CIC-EC 802 Inserm, Centre Hospitalier Universitaire de Pointe-à-Pitre, Pointe-à-Pitre, Guadeloupe, France. 8 NA NA NA 11 0 FALSE FALSE FALSE closed closed closed NA
10.3233/ch-131742 2015 Medical research NA c(“fr”, “gp”) 1386-0291 1386-0291 Clinical Hemorheology and Microcirculation en Is there a relationship between the hematocrit-to-viscosity ratio and microvascular oxygenation in brain and muscle? 0 NA NA NA NA NA NA IOS Press IOS Press NA NA 0 4 subscription NA Unité Transversale de la Drépanocytose, Centre Hospitalier et Universitaire de Pointe-à-Pitre, Pointe-à-Pitre, Guadeloupe, France. 9 NA NA NA 11 0 FALSE FALSE FALSE closed closed closed NA
10.3233/ch-131742 2015 Medical research NA c(“fr”, “gp”) 1386-0291 1386-0291 Clinical Hemorheology and Microcirculation en Is there a relationship between the hematocrit-to-viscosity ratio and microvascular oxygenation in brain and muscle? 0 NA NA NA NA NA NA IOS Press IOS Press NA NA 0 4 subscription NA Université des Antilles et de la Guyane, Laboratoire ACTES (EA 3596), Département de Physiologie, Pointe-à-Pitre, Guadeloupe, France. 10 NA NA NA 11 0 FALSE FALSE FALSE closed closed closed NA
10.3233/ch-131742 2015 Medical research NA c(“fr”, “gp”) 1386-0291 1386-0291 Clinical Hemorheology and Microcirculation en Is there a relationship between the hematocrit-to-viscosity ratio and microvascular oxygenation in brain and muscle? 0 NA NA NA NA NA NA IOS Press IOS Press NA NA 0 4 subscription NA Inserm 665, Pointe-à-Pitre, F-97159 Guadeloupe, Université des Antilles et de la Guyane, Pointe-à-Pitre, F-97157, France Laboratory of Excellence GR-Ex « The red cell : from genesis to death », PRES Sorbonne Paris Cité, 75015, Paris, France Université des Antilles et de la Guyane, Laboratoire ACTES (EA 3596), Département de Physiologie, Pointe-à-Pitre, Guadeloupe, France. 11 NA NA NA 11 0 FALSE FALSE FALSE closed closed closed NA
10.1097/coc.0b013e3182979b27 2015 Biology (fond.) NA fr 0277-3732 0277-3732 American Journal of Clinical Oncology en Uterine and Ovary Carcinosarcomas 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA *Département d’Oncologie Médicale †Département de Santé Publique ‡Département de Radiothérapie, Institut de Cancérologie Lucien Neuwirth §Département d’Oncologie Radiothérapie, Institut Gustave Roussy, Université Paris Sud, Paris ∥Service de Chirurgie Gynécologique, CHU Nord de Saint-Etienne, Saint Etienne, France. 1 NA NA NA 1 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.arcped.2013.04.016 2015 Medical research NA fr 0929-693X 0929-693X Archives de Pédiatrie en High procalcitonin and thrombocytopenic purpura in a case of Kikuchi-Fujimoto disease 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA Inserm CIC0802, 86000 Poitiers, France; Pédiatrie multidisciplinaire-Nutrition de l’enfant, CHU de Poitiers, 86000 Poitiers, France. Electronic address: . 1 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.arcped.2013.04.016 2015 Medical research NA fr 0929-693X 0929-693X Archives de Pédiatrie en High procalcitonin and thrombocytopenic purpura in a case of Kikuchi-Fujimoto disease 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA Pédiatrie multidisciplinaire-Nutrition de l’enfant, CHU de Poitiers, 86000 Poitiers, France. 2 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.arcped.2013.04.016 2015 Medical research NA fr 0929-693X 0929-693X Archives de Pédiatrie en High procalcitonin and thrombocytopenic purpura in a case of Kikuchi-Fujimoto disease 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA Laboratoire d’anatomie et cytologie pathologiques, CHU de Poitiers, 86000 Poitiers, France. 3 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.arcped.2013.04.016 2015 Medical research NA fr 0929-693X 0929-693X Archives de Pédiatrie en High procalcitonin and thrombocytopenic purpura in a case of Kikuchi-Fujimoto disease 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA Médecine interne, CHU de Poitiers, 86000 Poitiers, France. 4 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.arcped.2013.04.016 2015 Medical research NA fr 0929-693X 0929-693X Archives de Pédiatrie en High procalcitonin and thrombocytopenic purpura in a case of Kikuchi-Fujimoto disease 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA Maladies infectieuses et tropicales, CHU de Poitiers, 86000 Poitiers, France. 5 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.arcped.2013.04.016 2015 Medical research NA fr 0929-693X 0929-693X Archives de Pédiatrie en High procalcitonin and thrombocytopenic purpura in a case of Kikuchi-Fujimoto disease 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA Pédiatrie multidisciplinaire-Nutrition de l’enfant, CHU de Poitiers, 86000 Poitiers, France. 6 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.arcped.2013.04.016 2015 Medical research NA fr 0929-693X 0929-693X Archives de Pédiatrie en High procalcitonin and thrombocytopenic purpura in a case of Kikuchi-Fujimoto disease 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA Inserm CIC0802, 86000 Poitiers, France; Pédiatrie multidisciplinaire-Nutrition de l’enfant, CHU de Poitiers, 86000 Poitiers, France. 7 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.ancard.2013.03.009 2015 Medical research NA fr 0003-3928 0003-3928 Annales de Cardiologie et d’Angéiologie fr Un faisceau accessoire chez un patient de 32ans pas si accessoire ! 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Département de rythmologie et de stimulation cardiaque, hôpital privé de Parly2, 21, rue Moxouris, 78150 Le Chesnay, France. Electronic address: . 1 NA NA NA 3 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.ancard.2013.03.009 2015 Medical research NA fr 0003-3928 0003-3928 Annales de Cardiologie et d’Angéiologie fr Un faisceau accessoire chez un patient de 32ans pas si accessoire ! 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Département de rythmologie et de stimulation cardiaque, hôpital privé de Parly2, 21, rue Moxouris, 78150 Le Chesnay, France. 2 NA NA NA 3 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.ancard.2013.03.009 2015 Medical research NA fr 0003-3928 0003-3928 Annales de Cardiologie et d’Angéiologie fr Un faisceau accessoire chez un patient de 32ans pas si accessoire ! 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Département de rythmologie et de stimulation cardiaque, hôpital privé de Parly2, 21, rue Moxouris, 78150 Le Chesnay, France. 3 NA NA NA 3 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.riam.2013.05.014 2015 Biology (fond.) NA c(“fr”, “mx”) 1130-1406 1130-1406 Revista Iberoamericana de Micología en Selected wild strains of Agaricus bisporus produce high yields of mushrooms at 25°C 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Universidad Veracruzana, Facultad de Ciencias Biológicas y Agropecuarias, Córdoba, Veracruz, Mexico; INRA, UR1264 MycSA, Mycologie et Sécurité des Aliments, CS20032, F-33882 Villenave d’Ornon Cedex, France. 1 NA NA NA 2 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.riam.2013.05.014 2015 Biology (fond.) NA c(“fr”, “mx”) 1130-1406 1130-1406 Revista Iberoamericana de Micología en Selected wild strains of Agaricus bisporus produce high yields of mushrooms at 25°C 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA INRA, UR1264 MycSA, Mycologie et Sécurité des Aliments, CS20032, F-33882 Villenave d’Ornon Cedex, France. Electronic address: . 2 NA NA NA 2 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.spinee.2013.05.040 2015 Medical research NA fr 1529-9430 1529-9430 The Spine Journal en Biomechanical constraints remain major risk factors for low back pain. Results from a prospective cohort study in French male employees 0 NA NA NA NA NA NA Elsevier Elsevier list(id_type = “hal_id”, id_value = “hal-02922833”) hal-02922833 1 1 subscription NA Laboratory of Ergonomics and Epidemiology in Occupational Health, Faculty of Medicine, University of Angers, Rue Haute de Reculée, 49045 Angers Cedex 01, France; Department of General Practice, Faculty of Medicine, University of Angers, Rue Haute de Reculée, 49045 Angers Cedex 01, France. Electronic address: . 1 NA NA NA 9 1 TRUE FALSE FALSE repository green green_only NA
10.1016/j.spinee.2013.05.040 2015 Medical research NA fr 1529-9430 1529-9430 The Spine Journal en Biomechanical constraints remain major risk factors for low back pain. Results from a prospective cohort study in French male employees 0 NA NA NA NA NA NA Elsevier Elsevier list(id_type = “hal_id”, id_value = “hal-02922833”) hal-02922833 1 1 subscription NA Laboratory of Ergonomics and Epidemiology in Occupational Health, Faculty of Medicine, University of Angers, Rue Haute de Reculée, 49045 Angers Cedex 01, France. 2 NA NA NA 9 1 TRUE FALSE FALSE repository green green_only NA
10.1016/j.spinee.2013.05.040 2015 Medical research NA fr 1529-9430 1529-9430 The Spine Journal en Biomechanical constraints remain major risk factors for low back pain. Results from a prospective cohort study in French male employees 0 NA NA NA NA NA NA Elsevier Elsevier list(id_type = “hal_id”, id_value = “hal-02922833”) hal-02922833 1 1 subscription NA Laboratory of Ergonomics and Epidemiology in Occupational Health, Faculty of Medicine, University of Angers, Rue Haute de Reculée, 49045 Angers Cedex 01, France. 3 NA NA NA 9 1 TRUE FALSE FALSE repository green green_only NA
10.1016/j.spinee.2013.05.040 2015 Medical research NA fr 1529-9430 1529-9430 The Spine Journal en Biomechanical constraints remain major risk factors for low back pain. Results from a prospective cohort study in French male employees 0 NA NA NA NA NA NA Elsevier Elsevier list(id_type = “hal_id”, id_value = “hal-02922833”) hal-02922833 1 1 subscription NA Laboratory of Ergonomics and Epidemiology in Occupational Health, Faculty of Medicine, University of Angers, Rue Haute de Reculée, 49045 Angers Cedex 01, France; Clinical Research Centre, University Hospital of Angers, 4, rue Larrey, 49933 Angers Cédex, France. 4 NA NA NA 9 1 TRUE FALSE FALSE repository green green_only NA
10.1016/j.spinee.2013.05.040 2015 Medical research NA fr 1529-9430 1529-9430 The Spine Journal en Biomechanical constraints remain major risk factors for low back pain. Results from a prospective cohort study in French male employees 0 NA NA NA NA NA NA Elsevier Elsevier list(id_type = “hal_id”, id_value = “hal-02922833”) hal-02922833 1 1 subscription NA Department of Occupational Health, French Institute for Public Health Surveillance, 12 rue du Val d’Osne, 94415 Saint-Maurice Cedex, France. 5 NA NA NA 9 1 TRUE FALSE FALSE repository green green_only NA
10.1016/j.spinee.2013.05.040 2015 Medical research NA fr 1529-9430 1529-9430 The Spine Journal en Biomechanical constraints remain major risk factors for low back pain. Results from a prospective cohort study in French male employees 0 NA NA NA NA NA NA Elsevier Elsevier list(id_type = “hal_id”, id_value = “hal-02922833”) hal-02922833 1 1 subscription NA Laboratory of Ergonomics and Epidemiology in Occupational Health, Faculty of Medicine, University of Angers, Rue Haute de Reculée, 49045 Angers Cedex 01, France; Regional Centre for Rehabilitation of Angers, rue des Capucins, B.P. 40329, 49103 Angers Cedex 02, France. 6 NA NA NA 9 1 TRUE FALSE FALSE repository green green_only NA
10.1016/j.spinee.2013.05.040 2015 Medical research NA fr 1529-9430 1529-9430 The Spine Journal en Biomechanical constraints remain major risk factors for low back pain. Results from a prospective cohort study in French male employees 0 NA NA NA NA NA NA Elsevier Elsevier list(id_type = “hal_id”, id_value = “hal-02922833”) hal-02922833 1 1 subscription NA Laboratory of Ergonomics and Epidemiology in Occupational Health, Faculty of Medicine, University of Angers, Rue Haute de Reculée, 49045 Angers Cedex 01, France; Department of Occupational Health, Faculty of Medicine, University Hospital of Angers, 4, rue Larrey, 49933 Angers Cédex, France. 7 NA NA NA 9 1 TRUE FALSE FALSE repository green green_only NA
10.1016/j.spinee.2013.05.040 2015 Medical research NA fr 1529-9430 1529-9430 The Spine Journal en Biomechanical constraints remain major risk factors for low back pain. Results from a prospective cohort study in French male employees 0 NA NA NA NA NA NA Elsevier Elsevier list(id_type = “hal_id”, id_value = “hal-02922833”) hal-02922833 1 1 subscription NA Laboratory of Ergonomics and Epidemiology in Occupational Health, Faculty of Medicine, University of Angers, Rue Haute de Reculée, 49045 Angers Cedex 01, France; Department of Occupational Health, French Institute for Public Health Surveillance, 12 rue du Val d’Osne, 94415 Saint-Maurice Cedex, France. 8 NA NA NA 9 1 TRUE FALSE FALSE repository green green_only NA
10.1016/j.spinee.2013.05.040 2015 Medical research NA fr 1529-9430 1529-9430 The Spine Journal en Biomechanical constraints remain major risk factors for low back pain. Results from a prospective cohort study in French male employees 0 NA NA NA NA NA NA Elsevier Elsevier list(id_type = “hal_id”, id_value = “hal-02922833”) hal-02922833 1 1 subscription NA Laboratory of Ergonomics and Epidemiology in Occupational Health, Faculty of Medicine, University of Angers, Rue Haute de Reculée, 49045 Angers Cedex 01, France; Department of Occupational Health, Faculty of Medicine, University Hospital of Angers, 4, rue Larrey, 49933 Angers Cédex, France. 9 NA NA NA 9 1 TRUE FALSE FALSE repository green green_only NA
10.1097/mjt.0b013e31824c3ee1 2015 Medical research NA fr 1075-2765 1075-2765 American Journal of Therapeutics en Clinical Trials 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA European College Pharmaceutical Medicine, Lyon, France. 1 NA NA NA 1 1 FALSE FALSE FALSE closed closed closed NA
10.1097/mpg.0b013e3182a7d98a 2015 Medical research NA fr 0277-2116 0277-2116 Journal of Pediatric Gastroenterology & Nutrition en Portal Vein Thrombosis and Stroke in a Patient With Tetralogy of Fallot 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA *Pediatric Intensive Care Unit †Pediatric Radiology Hôpital Universitaire Necker-Enfants Malades, APHP, Paris, France. 1 NA NA NA 1 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.encep.2013.02.006 2015 Medical research NA fr 0013-7006 0013-7006 L’Encéphale fr Souhaits de pratique des internes de psychiatrie : résultats d’une enquête nationale 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Interne de psychiatrie à Lyon, 129, rue vauban, 69006 Lyon, France. Electronic address: . 1 NA NA NA 3 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.encep.2013.02.006 2015 Medical research NA fr 0013-7006 0013-7006 L’Encéphale fr Souhaits de pratique des internes de psychiatrie : résultats d’une enquête nationale 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Interne de psychiatrie à Reims, 4, rue des Poissonniers, 51100 Reims, France. 2 NA NA NA 3 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.encep.2013.02.006 2015 Medical research NA fr 0013-7006 0013-7006 L’Encéphale fr Souhaits de pratique des internes de psychiatrie : résultats d’une enquête nationale 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Département de psychiatrie de l’adolescent, institut Mutualiste Montsouris, 42, boulevard Jourdan, 75014 Paris, France. 3 NA NA NA 3 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.diii.2013.07.004 2015 Medical research NA fr 2211-5684 2211-5684 Diagnostic and Interventional Imaging en Preoperative portal vein embolization with a combination of trisacryl microspheres, gelfoam and coils 1 2629.024 openAPC_estimation_publisher_year NA NA 2629.024 2245 Elsevier Elsevier NA NA 1 1 hybrid NA Radiology Department, Saint-Antoine Hospital, 184, rue du Faubourg-Saint-Antoine, 75012 Paris, France. Electronic address: . 1 NA NA NA 4 1 TRUE FALSE FALSE publisher hybrid hybrid no license
10.1016/j.diii.2013.07.004 2015 Medical research NA fr 2211-5684 2211-5684 Diagnostic and Interventional Imaging en Preoperative portal vein embolization with a combination of trisacryl microspheres, gelfoam and coils 1 2629.024 openAPC_estimation_publisher_year NA NA 2629.024 2245 Elsevier Elsevier NA NA 1 1 hybrid NA Radiology Department, Saint-Antoine Hospital, 184, rue du Faubourg-Saint-Antoine, 75012 Paris, France. 2 NA NA NA 4 1 TRUE FALSE FALSE publisher hybrid hybrid no license
10.1016/j.diii.2013.07.004 2015 Medical research NA fr 2211-5684 2211-5684 Diagnostic and Interventional Imaging en Preoperative portal vein embolization with a combination of trisacryl microspheres, gelfoam and coils 1 2629.024 openAPC_estimation_publisher_year NA NA 2629.024 2245 Elsevier Elsevier NA NA 1 1 hybrid NA Radiology Department, Saint-Antoine Hospital, 184, rue du Faubourg-Saint-Antoine, 75012 Paris, France. 3 NA NA NA 4 1 TRUE FALSE FALSE publisher hybrid hybrid no license
10.1016/j.diii.2013.07.004 2015 Medical research NA fr 2211-5684 2211-5684 Diagnostic and Interventional Imaging en Preoperative portal vein embolization with a combination of trisacryl microspheres, gelfoam and coils 1 2629.024 openAPC_estimation_publisher_year NA NA 2629.024 2245 Elsevier Elsevier NA NA 1 1 hybrid NA Radiology Department, Saint-Antoine Hospital, 184, rue du Faubourg-Saint-Antoine, 75012 Paris, France. 4 NA NA NA 4 1 TRUE FALSE FALSE publisher hybrid hybrid no license
10.1016/j.revmed.2013.08.002 2015 Medical research NA fr 0248-8663 0248-8663 La Revue de Médecine Interne fr Risque thrombotique des grossesses après un épisode de thrombose veineuse cérébrale 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA Consultation de médecine interne, service de réanimation médicale et médecine interne, université de Poitiers, CHU de Poitiers, 2, rue de la Milétrie, BP 577, 86021 Poitiers, France. Electronic address: . 1 NA NA NA 4 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.revmed.2013.08.002 2015 Medical research NA fr 0248-8663 0248-8663 La Revue de Médecine Interne fr Risque thrombotique des grossesses après un épisode de thrombose veineuse cérébrale 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA Service de neurologie, université de Poitiers, CHU de Poitiers, 2, rue de la Milétrie, BP 577, 86021 Poitiers, France. 2 NA NA NA 4 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.revmed.2013.08.002 2015 Medical research NA fr 0248-8663 0248-8663 La Revue de Médecine Interne fr Risque thrombotique des grossesses après un épisode de thrombose veineuse cérébrale 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA Fédération de médecine interne, centre hospitalier Georges-Renon, 79021 Niort, France. 3 NA NA NA 4 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.revmed.2013.08.002 2015 Medical research NA fr 0248-8663 0248-8663 La Revue de Médecine Interne fr Risque thrombotique des grossesses après un épisode de thrombose veineuse cérébrale 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA Service de gynécologie obstétrique, université de Poitiers, CHU de Poitiers, 2, rue de la Milétrie, BP 577, 86021 Poitiers, France. 4 NA NA NA 4 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.cgh.2013.09.006 2015 Medical research NA c(“ca”, “fr”, “us”) 1542-3565 1542-3565 Clinical Gastroenterology and Hepatology en Treat to Target: A Proposed New Paradigm for the Management of Crohn’s Disease 1 2629.024 openAPC_estimation_publisher_year NA NA 2629.024 2245 Elsevier Elsevier list(id_type = “hal_id”, id_value = “hal-00878688”) hal-00878688 0 1 hybrid NA Division of Gastroenterology, University of California San Diego, La Jolla, California; Service des Maladie de l’Appareil Digestif et INSERM U991, Centre Hospitalier Universitaire Pontchaillou et Université de Rennes 1, Rennes, France. 1 NA NA NA 8 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1016/j.cgh.2013.09.006 2015 Medical research NA c(“ca”, “fr”, “us”) 1542-3565 1542-3565 Clinical Gastroenterology and Hepatology en Treat to Target: A Proposed New Paradigm for the Management of Crohn’s Disease 1 2629.024 openAPC_estimation_publisher_year NA NA 2629.024 2245 Elsevier Elsevier list(id_type = “hal_id”, id_value = “hal-00878688”) hal-00878688 0 1 hybrid NA Division of Gastroenterology, University of California San Diego, La Jolla, California. 2 NA NA NA 8 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1016/j.cgh.2013.09.006 2015 Medical research NA c(“ca”, “fr”, “us”) 1542-3565 1542-3565 Clinical Gastroenterology and Hepatology en Treat to Target: A Proposed New Paradigm for the Management of Crohn’s Disease 1 2629.024 openAPC_estimation_publisher_year NA NA 2629.024 2245 Elsevier Elsevier list(id_type = “hal_id”, id_value = “hal-00878688”) hal-00878688 0 1 hybrid NA Robarts Clinical Trials, University of Western Ontario, London, Ontario, Canada. 3 NA NA NA 8 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1016/j.cgh.2013.09.006 2015 Medical research NA c(“ca”, “fr”, “us”) 1542-3565 1542-3565 Clinical Gastroenterology and Hepatology en Treat to Target: A Proposed New Paradigm for the Management of Crohn’s Disease 1 2629.024 openAPC_estimation_publisher_year NA NA 2629.024 2245 Elsevier Elsevier list(id_type = “hal_id”, id_value = “hal-00878688”) hal-00878688 0 1 hybrid NA Division of Rheumatology, University of California San Diego, La Jolla, California. 4 NA NA NA 8 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1016/j.cgh.2013.09.006 2015 Medical research NA c(“ca”, “fr”, “us”) 1542-3565 1542-3565 Clinical Gastroenterology and Hepatology en Treat to Target: A Proposed New Paradigm for the Management of Crohn’s Disease 1 2629.024 openAPC_estimation_publisher_year NA NA 2629.024 2245 Elsevier Elsevier list(id_type = “hal_id”, id_value = “hal-00878688”) hal-00878688 0 1 hybrid NA INSERM U954 and Department of Hepato-Gastroenterology, University Hospital of Nancy, Vandoeuvre-les-Nancy, France. 5 NA NA NA 8 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1016/j.cgh.2013.09.006 2015 Medical research NA c(“ca”, “fr”, “us”) 1542-3565 1542-3565 Clinical Gastroenterology and Hepatology en Treat to Target: A Proposed New Paradigm for the Management of Crohn’s Disease 1 2629.024 openAPC_estimation_publisher_year NA NA 2629.024 2245 Elsevier Elsevier list(id_type = “hal_id”, id_value = “hal-00878688”) hal-00878688 0 1 hybrid NA Icahn School of Medicine at Mount Sanai, New York, New York. 6 NA NA NA 8 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1016/j.cgh.2013.09.006 2015 Medical research NA c(“ca”, “fr”, “us”) 1542-3565 1542-3565 Clinical Gastroenterology and Hepatology en Treat to Target: A Proposed New Paradigm for the Management of Crohn’s Disease 1 2629.024 openAPC_estimation_publisher_year NA NA 2629.024 2245 Elsevier Elsevier list(id_type = “hal_id”, id_value = “hal-00878688”) hal-00878688 0 1 hybrid NA University of Chicago, Chicago, Illinois. 7 NA NA NA 8 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1016/j.cgh.2013.09.006 2015 Medical research NA c(“ca”, “fr”, “us”) 1542-3565 1542-3565 Clinical Gastroenterology and Hepatology en Treat to Target: A Proposed New Paradigm for the Management of Crohn’s Disease 1 2629.024 openAPC_estimation_publisher_year NA NA 2629.024 2245 Elsevier Elsevier list(id_type = “hal_id”, id_value = “hal-00878688”) hal-00878688 0 1 hybrid NA Division of Gastroenterology, University of California San Diego, La Jolla, California. Electronic address: . 8 NA NA NA 8 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1016/j.anplas.2013.07.006 2015 Medical research NA fr 0294-1260 0294-1260 Annales de Chirurgie Plastique Esthétique fr La plastie en T pour la reconstruction des pertes de substances cutanées du front 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de chirurgie plastique reconstructrice et esthétique, hôpital Saint-Louis, 10, avenue Claude-Vellefaux, 75010 Paris, France. Electronic address: . 1 NA NA NA 5 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.anplas.2013.07.006 2015 Medical research NA fr 0294-1260 0294-1260 Annales de Chirurgie Plastique Esthétique fr La plastie en T pour la reconstruction des pertes de substances cutanées du front 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de chirurgie plastique reconstructrice et esthétique, hôpital Saint-Louis, 10, avenue Claude-Vellefaux, 75010 Paris, France. 2 NA NA NA 5 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.anplas.2013.07.006 2015 Medical research NA fr 0294-1260 0294-1260 Annales de Chirurgie Plastique Esthétique fr La plastie en T pour la reconstruction des pertes de substances cutanées du front 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de chirurgie plastique reconstructrice et esthétique, hôpital Saint-Louis, 10, avenue Claude-Vellefaux, 75010 Paris, France. 3 NA NA NA 5 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.anplas.2013.07.006 2015 Medical research NA fr 0294-1260 0294-1260 Annales de Chirurgie Plastique Esthétique fr La plastie en T pour la reconstruction des pertes de substances cutanées du front 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de chirurgie plastique reconstructrice et esthétique, hôpital Saint-Louis, 10, avenue Claude-Vellefaux, 75010 Paris, France. 4 NA NA NA 5 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.anplas.2013.07.006 2015 Medical research NA fr 0294-1260 0294-1260 Annales de Chirurgie Plastique Esthétique fr La plastie en T pour la reconstruction des pertes de substances cutanées du front 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de chirurgie plastique reconstructrice et esthétique, hôpital Saint-Louis, 10, avenue Claude-Vellefaux, 75010 Paris, France. 5 NA NA NA 5 1 FALSE FALSE FALSE closed closed closed NA
10.3727/096368913x672064 2015 Medical research NA fr 0963-6897 0963-6897,1555-3892 Cell Transplantation en Strategies to Enhance the Efficiency of Endothelial Progenitor Cell Therapy by Ephrin B2 Pretreatment and Coadministration with Smooth Muscle Progenitor Cells on Vascular Function during the Wound-Healing Process in Irradiated or Nonirradiated Condition 1 2237.213 openAPC_estimation_issn 2477.477 2750 2237.213 15 SAGE Publications SAGE Publications NA NA 1 3 gold gold IVS Institut des Vaisseaux et du Sang, Paris, France. 1 NA NA NA 1 1 TRUE FALSE FALSE publisher hybrid hybrid no license
10.1097/bsd.0b013e3182aab2bf 2015 Medical research NA fr 1536-0652 1536-0652 Journal of Spinal Disorders & Techniques en Fusion Rates of Different Anterior Grafts in Thoracolumbar Fractures 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA Service de Chirurgie du Rachis, Hôpitaux Universitaires de Strasbourg, Fédération de Médecine Translationnelle de Strasbourg (FMTS), Université de Strasbourg, France. 1 NA NA NA 1 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.revmed.2013.08.001 2015 Medical research NA fr 0248-8663 0248-8663 La Revue de Médecine Interne fr Conduite à tenir chez une hypertendue artérielle chronique pendant la grossesse et le postpartum 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA Consultation de médecine interne, service de réanimation médicale et médecine interne, CHU de Poitiers, université de Poitiers, 2, rue de la Milétrie, BP 577, 86021 Poitiers, France. Electronic address: . 1 NA NA NA 1 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.jclinepi.2013.07.013 2015 Medical research NA c(“au”, “fr”, “ca”) 0895-4356 0895-4356 Journal of Clinical Epidemiology en Cross-cultural adaptation of the Health Education Impact Questionnaire: experimental study showed expert committee, not back-translation, added value 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA INSERM, CIC-EC, CIE6, Service d’Épidémiologie et Évaluation Cliniques, Hôpitaux de Brabois, Allée du Morvan, 54500 Vandoeuvre-lès-Nancy, France; CHU Nancy, Epidémiologie et Evaluation Cliniques, Hôpitaux de Brabois, Allée du Morvan, 54500 Vandoeuvre-lès-Nancy, France; Université de Lorraine, Université Paris Descartes, Apemac, EA 4360, Faculté de Médecine, 9 avenue de la Forêt de Haye, 54505 Vandoeuvre-lès-Nancy, France. 1 NA NA NA 5 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.jclinepi.2013.07.013 2015 Medical research NA c(“au”, “fr”, “ca”) 0895-4356 0895-4356 Journal of Clinical Epidemiology en Cross-cultural adaptation of the Health Education Impact Questionnaire: experimental study showed expert committee, not back-translation, added value 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA Public Health Innovation, Population Health Strategic Research Centre, Deakin University, Burwood Campus, 221 Burwood Highway, Melbourne VIC 3125, Australia. 2 NA NA NA 5 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.jclinepi.2013.07.013 2015 Medical research NA c(“au”, “fr”, “ca”) 0895-4356 0895-4356 Journal of Clinical Epidemiology en Cross-cultural adaptation of the Health Education Impact Questionnaire: experimental study showed expert committee, not back-translation, added value 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA Public Health Innovation, Population Health Strategic Research Centre, Deakin University, Burwood Campus, 221 Burwood Highway, Melbourne VIC 3125, Australia. 3 NA NA NA 5 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.jclinepi.2013.07.013 2015 Medical research NA c(“au”, “fr”, “ca”) 0895-4356 0895-4356 Journal of Clinical Epidemiology en Cross-cultural adaptation of the Health Education Impact Questionnaire: experimental study showed expert committee, not back-translation, added value 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA Mobility Program Clinical Research Unit, Li Ka Shing Knowledge Institute, St Michael’s Hospital, 30 Bond St. Toronto Ontario M5B 1W 8, Canada; Institute for Work and Health, 481 University Avenue, Suite 800 Toronto, Ontario M5G 2E9, Canada; Institute of Health Policy, Management and Evaluation, Graduate Department of Rehabilitation Sciences, 500 University Av. Toronto, Ontario M5G 1V7 Canada. 4 NA NA NA 5 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.jclinepi.2013.07.013 2015 Medical research NA c(“au”, “fr”, “ca”) 0895-4356 0895-4356 Journal of Clinical Epidemiology en Cross-cultural adaptation of the Health Education Impact Questionnaire: experimental study showed expert committee, not back-translation, added value 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA INSERM, CIC-EC, CIE6, Service d’Épidémiologie et Évaluation Cliniques, Hôpitaux de Brabois, Allée du Morvan, 54500 Vandoeuvre-lès-Nancy, France; CHU Nancy, Epidémiologie et Evaluation Cliniques, Hôpitaux de Brabois, Allée du Morvan, 54500 Vandoeuvre-lès-Nancy, France; Université de Lorraine, Université Paris Descartes, Apemac, EA 4360, Faculté de Médecine, 9 avenue de la Forêt de Haye, 54505 Vandoeuvre-lès-Nancy, France. Electronic address: . 5 NA NA NA 5 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.encep.2013.05.004 2015 Medical research NA c(“gb”, “fr”) 0013-7006 0013-7006 L’Encéphale fr Prédire le trouble bipolaire : que pouvons-nous apprendre des études prospectives de cohortes ? 0 NA NA NA NA NA NA Elsevier Elsevier list(id_type = “hal_id”, id_value = “inserm-00950857”) inserm-00950857 1 1 subscription NA Inserm, U955, service de psychiatrie génétique, 94000 Créteil, France; Pôle de psychiatrie (Pr Leboyer), centre expert bipolaire, hôpital Henri-Mondor - Albert-Chenevier, AP-HP, 40, rue de Mesly, 94000 Créteil cedex, France; Pôle de psychiatrie, université Lille Nord de France, CHRU de Lille, 59000 Lille, France; Fondation FondaMental, 94000 Créteil, France. Electronic address: . 1 NA NA NA 3 0 TRUE FALSE FALSE repository green green_only NA
10.1016/j.encep.2013.05.004 2015 Medical research NA c(“gb”, “fr”) 0013-7006 0013-7006 L’Encéphale fr Prédire le trouble bipolaire : que pouvons-nous apprendre des études prospectives de cohortes ? 0 NA NA NA NA NA NA Elsevier Elsevier list(id_type = “hal_id”, id_value = “inserm-00950857”) inserm-00950857 1 1 subscription NA Inserm, U955, service de psychiatrie génétique, 94000 Créteil, France; Faculté de médecine, université Paris Est, 94000 Créteil, France; Pôle de psychiatrie (Pr Leboyer), centre expert bipolaire, hôpital Henri-Mondor - Albert-Chenevier, AP-HP, 40, rue de Mesly, 94000 Créteil cedex, France; Fondation FondaMental, 94000 Créteil, France. 2 NA NA NA 3 0 TRUE FALSE FALSE repository green green_only NA
10.1016/j.encep.2013.05.004 2015 Medical research NA c(“gb”, “fr”) 0013-7006 0013-7006 L’Encéphale fr Prédire le trouble bipolaire : que pouvons-nous apprendre des études prospectives de cohortes ? 0 NA NA NA NA NA NA Elsevier Elsevier list(id_type = “hal_id”, id_value = “inserm-00950857”) inserm-00950857 1 1 subscription NA Academic Psychiatry, Institute of Neuroscience, Newcastle University, UK; Centre for Affective Disorders, Institute of Psychiatry, London, UK. 3 NA NA NA 3 0 TRUE FALSE FALSE repository green green_only NA
10.1016/j.encep.2013.01.002 2015 Medical research NA fr 0013-7006 0013-7006 L’Encéphale fr Patients récurrents aux urgences psychiatriques : analyse démographique et clinique 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Pôle psychiatrie centre, hôpital La Conception, Assistance publique-Hôpitaux de Marseille, 147, boulevard Baille, 13385 Marseille cedex 05, France. 1 NA NA NA 4 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.encep.2013.01.002 2015 Medical research NA fr 0013-7006 0013-7006 L’Encéphale fr Patients récurrents aux urgences psychiatriques : analyse démographique et clinique 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Laboratoire de santé publique, évaluation des systèmes de soins et de santé perçue/EA 3279, 27, boulevard Jean-Moulin, 13385 Marseille cedex 05, France. Electronic address: . 2 NA NA NA 4 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.encep.2013.01.002 2015 Medical research NA fr 0013-7006 0013-7006 L’Encéphale fr Patients récurrents aux urgences psychiatriques : analyse démographique et clinique 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Pôle psychiatrie centre, hôpital La Conception, Assistance publique-Hôpitaux de Marseille, 147, boulevard Baille, 13385 Marseille cedex 05, France. 3 NA NA NA 4 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.encep.2013.01.002 2015 Medical research NA fr 0013-7006 0013-7006 L’Encéphale fr Patients récurrents aux urgences psychiatriques : analyse démographique et clinique 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Pôle de psychiatrie universitaire Solaris, hôpital Sainte-Marguerite, Assistance publique-Hôpitaux de Marseille, 27, boulevard Sainte-Marguerite, 13274 Marseille cedex 09, France. 4 NA NA NA 4 1 FALSE FALSE FALSE closed closed closed NA


2016

import_manips(2016)

Temps d’exécution de l’import des données : 5.09 secs.

Dimensions du jeu de données : 401733 observations et 39 variables (1 ligne = 1 auteur).

Nombre d’articles : 129322.

Les 100 premières observations :

n_100_kable(data)
doi year bso_classification coi detected_countries journal_issn_l journal_issns journal_name lang title has_apc amount_apc_EUR apc_source amount_apc_doaj_EUR amount_apc_doaj amount_apc_openapc_EUR count_apc_openapc_key publisher_group publisher_dissemination external_ids hal_id is_covered_by_couperin tier journal_color journal_color_doaj name author_position corresponding email country nb_authors is_french_CA oa_details.2020.is_oa oa_details.2020.journal_is_in_doaj oa_details.2020.journal_is_oa oa_details.2020.oa_host_type oa_details.2020.oa_colors oa_details.2020.oa_colors_with_priority_to_publisher oa_details.2020.licence_publisher
10.1097/mjt.0b013e31827ab4a0 2016 Medical research NA c(“nl”, “fr”) 1075-2765 1075-2765 American Journal of Therapeutics en Machine Learning in Therapeutic Research 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA European College Pharmaceutical Medicine, Lyon, France c/o Department of Medicine, Albert Schweitzer Hospital, Dordrecht, Netherlands. 1 NA NA NA 1 0 FALSE FALSE FALSE closed closed closed NA
10.1097/mjt.0b013e31827e9765 2016 Medical research NA fr 1075-2765 1075-2765 American Journal of Therapeutics en Clinical Trials With Large Numbers of Variables 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA European College Pharmaceutical Medicine, Department of Clinical Pharmacology, Claude Bernard University, Lyon, France. 1 NA NA NA 1 1 FALSE FALSE FALSE closed closed closed NA
10.1097/mjt.0b013e318250f779 2016 Medical research NA fr 1075-2765 1075-2765 American Journal of Therapeutics en Clinical Trials 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA European College Pharmaceutical Medicine, Lyon, France. 1 NA NA NA 1 1 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280213489234 2016 Mathematics NA fr 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Predictions in an illness-death model 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA ISPED, University of Bordeaux, INSERM U-897-Epidemiologie-Biostatistique, Bordeaux, France . 1 NA NA NA 3 1 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280213489234 2016 Mathematics NA fr 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Predictions in an illness-death model 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA ISPED, University of Bordeaux, INSERM U-897-Epidemiologie-Biostatistique, Bordeaux, France. 2 NA NA NA 3 1 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280213489234 2016 Mathematics NA fr 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Predictions in an illness-death model 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA ISPED, University of Bordeaux, INSERM U-897-Epidemiologie-Biostatistique, Bordeaux, France. 3 NA NA NA 3 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.ancard.2013.04.006 2016 Medical research NA fr 0003-3928 0003-3928 Annales de Cardiologie et d’Angéiologie fr Les fistules coronaires, un problème d’actualité : approche clinique et considérations thérapeutiques 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de cardiologie, centre hospitalier Laennec, 60100 Creil, France. Electronic address: . 1 NA NA NA 9 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.ancard.2013.04.006 2016 Medical research NA fr 0003-3928 0003-3928 Annales de Cardiologie et d’Angéiologie fr Les fistules coronaires, un problème d’actualité : approche clinique et considérations thérapeutiques 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de cardiologie, centre hospitalier Laennec, 60100 Creil, France. 2 NA NA NA 9 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.ancard.2013.04.006 2016 Medical research NA fr 0003-3928 0003-3928 Annales de Cardiologie et d’Angéiologie fr Les fistules coronaires, un problème d’actualité : approche clinique et considérations thérapeutiques 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de cardiologie, centre hospitalier Laennec, 60100 Creil, France. 3 NA NA NA 9 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.ancard.2013.04.006 2016 Medical research NA fr 0003-3928 0003-3928 Annales de Cardiologie et d’Angéiologie fr Les fistules coronaires, un problème d’actualité : approche clinique et considérations thérapeutiques 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de cardiologie, centre hospitalier Laennec, 60100 Creil, France. 4 NA NA NA 9 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.ancard.2013.04.006 2016 Medical research NA fr 0003-3928 0003-3928 Annales de Cardiologie et d’Angéiologie fr Les fistules coronaires, un problème d’actualité : approche clinique et considérations thérapeutiques 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de cardiologie, centre hospitalier Laennec, 60100 Creil, France. 5 NA NA NA 9 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.ancard.2013.04.006 2016 Medical research NA fr 0003-3928 0003-3928 Annales de Cardiologie et d’Angéiologie fr Les fistules coronaires, un problème d’actualité : approche clinique et considérations thérapeutiques 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de cardiologie, centre hospitalier Laennec, 60100 Creil, France. 6 NA NA NA 9 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.ancard.2013.04.006 2016 Medical research NA fr 0003-3928 0003-3928 Annales de Cardiologie et d’Angéiologie fr Les fistules coronaires, un problème d’actualité : approche clinique et considérations thérapeutiques 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de cardiologie, centre hospitalier Laennec, 60100 Creil, France. 7 NA NA NA 9 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.ancard.2013.04.006 2016 Medical research NA fr 0003-3928 0003-3928 Annales de Cardiologie et d’Angéiologie fr Les fistules coronaires, un problème d’actualité : approche clinique et considérations thérapeutiques 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de cardiologie, centre hospitalier Laennec, 60100 Creil, France. 8 NA NA NA 9 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.ancard.2013.04.006 2016 Medical research NA fr 0003-3928 0003-3928 Annales de Cardiologie et d’Angéiologie fr Les fistules coronaires, un problème d’actualité : approche clinique et considérations thérapeutiques 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de cardiologie, centre hospitalier Laennec, 60100 Creil, France. 9 NA NA NA 9 1 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280213507034 2016 Mathematics NA c(“fr”, “us”) 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Propensity score estimators for the average treatment effect and the average treatment effect on the treated may yield very different estimates 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA Department of Biostatistics, INSERM UMR-S717; Hôpital Saint Louis, AP-HP; Université Paris Diderot, Sorbonne Paris Cité; Paris, France Department of Anesthesiology & Critical Care, Hôpital Européen Georges Pompidou, AP-HP; Université Paris Descartes, Sorbonne Paris Cité; Paris, France Division of Biostatistics, School of Public Health, University of California at Berkeley, Berkeley, USA . 1 NA NA NA 6 0 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280213507034 2016 Mathematics NA c(“fr”, “us”) 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Propensity score estimators for the average treatment effect and the average treatment effect on the treated may yield very different estimates 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA Division of Biostatistics, School of Public Health, University of California at Berkeley, Berkeley, USA. 2 NA NA NA 6 0 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280213507034 2016 Mathematics NA c(“fr”, “us”) 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Propensity score estimators for the average treatment effect and the average treatment effect on the treated may yield very different estimates 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA Department of Biostatistics, INSERM UMR-S717; Hôpital Saint Louis, AP-HP; Université Paris Diderot, Sorbonne Paris Cité; Paris, France. 3 NA NA NA 6 0 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280213507034 2016 Mathematics NA c(“fr”, “us”) 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Propensity score estimators for the average treatment effect and the average treatment effect on the treated may yield very different estimates 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA Department of Biostatistics, INSERM UMR-S717; Hôpital Saint Louis, AP-HP; Université Paris Diderot, Sorbonne Paris Cité; Paris, France. 4 NA NA NA 6 0 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280213507034 2016 Mathematics NA c(“fr”, “us”) 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Propensity score estimators for the average treatment effect and the average treatment effect on the treated may yield very different estimates 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA Department of Anesthesiology & Critical Care, INSERM UMR-S942; Hôpital Lariboisière, AP-HP; Université Paris Diderot, Sorbonne Paris Cité; Paris, France. 5 NA NA NA 6 0 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280213507034 2016 Mathematics NA c(“fr”, “us”) 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Propensity score estimators for the average treatment effect and the average treatment effect on the treated may yield very different estimates 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA Department of Biostatistics, INSERM UMR-S717; Hôpital Saint Louis, AP-HP; Université Paris Diderot, Sorbonne Paris Cité; Paris, France. 6 NA NA NA 6 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2013.06.004 2016 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Giant intracranial aneurysms in the paediatric population: Suggested management and a review of the literature 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of Neurosurgery, Rouen University Hospital, 76031 Rouen, France. 1 NA NA NA 5 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2013.06.004 2016 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Giant intracranial aneurysms in the paediatric population: Suggested management and a review of the literature 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of Neurosurgery, Rouen University Hospital, 76031 Rouen, France. 2 NA NA NA 5 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2013.06.004 2016 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Giant intracranial aneurysms in the paediatric population: Suggested management and a review of the literature 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of Neurosurgery, Rouen University Hospital, 76031 Rouen, France. 3 NA NA NA 5 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2013.06.004 2016 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Giant intracranial aneurysms in the paediatric population: Suggested management and a review of the literature 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Inserm U982, Neuronal and Neuroendocrine Communication and Differentiation, Rouen University, 76000 Rouen, France. 4 NA NA NA 5 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2013.06.004 2016 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Giant intracranial aneurysms in the paediatric population: Suggested management and a review of the literature 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of Neurosurgery, Rouen University Hospital, 76031 Rouen, France; Inserm U982, Neuronal and Neuroendocrine Communication and Differentiation, Rouen University, 76000 Rouen, France. Electronic address: . 5 NA NA NA 5 1 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280213515570 2016 Mathematics NA fr 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Rasch-family models are more valuable than score-based approaches for analysing longitudinal patient-reported outcomes with missing data 0 NA NA NA NA NA NA SAGE Publications SAGE Publications list(id_type = “hal_id”, id_value = “hal-03157727”) hal-03157727 1 3 subscription NA EA4275 ‘Biostatistique, Phamacoépidémiologie et Mesures Subjectives en Santé’, University of Nantes, France . 1 NA NA NA 8 1 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280213515570 2016 Mathematics NA fr 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Rasch-family models are more valuable than score-based approaches for analysing longitudinal patient-reported outcomes with missing data 0 NA NA NA NA NA NA SAGE Publications SAGE Publications list(id_type = “hal_id”, id_value = “hal-03157727”) hal-03157727 1 3 subscription NA EA4275 ‘Biostatistique, Phamacoépidémiologie et Mesures Subjectives en Santé’, University of Nantes, France. 2 NA NA NA 8 1 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280213515570 2016 Mathematics NA fr 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Rasch-family models are more valuable than score-based approaches for analysing longitudinal patient-reported outcomes with missing data 0 NA NA NA NA NA NA SAGE Publications SAGE Publications list(id_type = “hal_id”, id_value = “hal-03157727”) hal-03157727 1 3 subscription NA EA4275 ‘Biostatistique, Phamacoépidémiologie et Mesures Subjectives en Santé’, University of Nantes, France. 3 NA NA NA 8 1 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280213515570 2016 Mathematics NA fr 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Rasch-family models are more valuable than score-based approaches for analysing longitudinal patient-reported outcomes with missing data 0 NA NA NA NA NA NA SAGE Publications SAGE Publications list(id_type = “hal_id”, id_value = “hal-03157727”) hal-03157727 1 3 subscription NA EA4275 ‘Biostatistique, Phamacoépidémiologie et Mesures Subjectives en Santé’, University of Nantes, France. 4 NA NA NA 8 1 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280213515570 2016 Mathematics NA fr 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Rasch-family models are more valuable than score-based approaches for analysing longitudinal patient-reported outcomes with missing data 0 NA NA NA NA NA NA SAGE Publications SAGE Publications list(id_type = “hal_id”, id_value = “hal-03157727”) hal-03157727 1 3 subscription NA EA4275 ‘Biostatistique, Phamacoépidémiologie et Mesures Subjectives en Santé’, University of Nantes, France. 5 NA NA NA 8 1 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280213515570 2016 Mathematics NA fr 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Rasch-family models are more valuable than score-based approaches for analysing longitudinal patient-reported outcomes with missing data 0 NA NA NA NA NA NA SAGE Publications SAGE Publications list(id_type = “hal_id”, id_value = “hal-03157727”) hal-03157727 1 3 subscription NA EA4275 ‘Biostatistique, Phamacoépidémiologie et Mesures Subjectives en Santé’, University of Nantes, France. 6 NA NA NA 8 1 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280213515570 2016 Mathematics NA fr 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Rasch-family models are more valuable than score-based approaches for analysing longitudinal patient-reported outcomes with missing data 0 NA NA NA NA NA NA SAGE Publications SAGE Publications list(id_type = “hal_id”, id_value = “hal-03157727”) hal-03157727 1 3 subscription NA EA4275 ‘Biostatistique, Phamacoépidémiologie et Mesures Subjectives en Santé’, University of Nantes, France. 7 NA NA NA 8 1 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280213515570 2016 Mathematics NA fr 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Rasch-family models are more valuable than score-based approaches for analysing longitudinal patient-reported outcomes with missing data 0 NA NA NA NA NA NA SAGE Publications SAGE Publications list(id_type = “hal_id”, id_value = “hal-03157727”) hal-03157727 1 3 subscription NA EA4275 ‘Biostatistique, Phamacoépidémiologie et Mesures Subjectives en Santé’, University of Nantes, France. 8 NA NA NA 8 1 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280213515571 2016 Mathematics NA fr 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Summary measure of discrimination in survival models based on cumulative/dynamic time-dependent ROC curves 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA INSERM, UMR 717, Paris, France . 1 NA NA NA 2 1 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280213515571 2016 Mathematics NA fr 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Summary measure of discrimination in survival models based on cumulative/dynamic time-dependent ROC curves 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA INSERM, UMR 717, Paris, France Université Paris Diderot, Sorbonne Paris Cité, Paris, France AP-HP, Hôpital Saint Louis, Service de Biostatistique et Information Médicale, Paris, France. 2 NA NA NA 2 1 FALSE FALSE FALSE closed closed closed NA
10.1519/jsc.0000000000000380 2016 Biology (fond.) NA fr 1064-8011 1064-8011 Journal of Strength and Conditioning Research en High-Intensity Training and Salivary Immunoglobulin A Responses in Professional Top-Level Soccer Players: Effect of Training Intensity 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA 1Sheffield United Football Club, United Kingdom; 2 University of Claude Bernard Lyon, Villeurbanne, France; 3Human Performance Laboratory, Technological and Higher Education Institute of Hong Kong, Hong Kong, China; 4 Movement, Sport and Health Sciences Laboratory (M2S), Rennes 2 University - ENS Cachan, France; 5 Medical Centre Excellence FIFA, Santy Orthopedicae Clinical, Lyon, France; 6Liverpool Football Club, Sport Science Department, Liverpool, England, United Kingdom; and 7University of Clamorgan, Glamorgan, Wales, United Kingdom. 1 NA NA NA 1 1 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280214524178 2016 Mathematics NA c(“bf”, “fr”) 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Optimal scheduling of post-therapeutic follow-up of patients treated for cancer for early detection of relapses 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA Cellule de Biostatistique, Institut Claudius Regaud, Toulouse, France. 1 NA NA NA 7 0 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280214524178 2016 Mathematics NA c(“bf”, “fr”) 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Optimal scheduling of post-therapeutic follow-up of patients treated for cancer for early detection of relapses 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA Centre MURAZ, Bobo Dioulasso, Burkina Faso. 1 NA NA NA 7 0 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280214524178 2016 Mathematics NA c(“bf”, “fr”) 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Optimal scheduling of post-therapeutic follow-up of patients treated for cancer for early detection of relapses 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA TSE (GREMAQ), Université Toulouse 1 Capitole, Toulouse, France. 2 NA NA NA 7 0 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280214524178 2016 Mathematics NA c(“bf”, “fr”) 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Optimal scheduling of post-therapeutic follow-up of patients treated for cancer for early detection of relapses 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA Bureau des Etudes Cliniques, Institut Paoli Calmettes, Marseille, France. 3 NA NA NA 7 0 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280214524178 2016 Mathematics NA c(“bf”, “fr”) 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Optimal scheduling of post-therapeutic follow-up of patients treated for cancer for early detection of relapses 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA Biostatistiques, Institut Curie, Paris, France. 4 NA NA NA 7 0 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280214524178 2016 Mathematics NA c(“bf”, “fr”) 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Optimal scheduling of post-therapeutic follow-up of patients treated for cancer for early detection of relapses 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA Centre Oscar Lambret, Unité de Méthodologie et Biostatistique, Lille, France. 5 NA NA NA 7 0 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280214524178 2016 Mathematics NA c(“bf”, “fr”) 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Optimal scheduling of post-therapeutic follow-up of patients treated for cancer for early detection of relapses 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA Cellule de Biostatistique, Institut Claudius Regaud, Toulouse, France . 6 NA NA NA 7 0 FALSE FALSE FALSE closed closed closed NA
10.1167/iovs.13-12595 2016 Medical research NA c(“de”, “fr”) 0146-0404 1552-5783 Investigative Opthalmology & Visual Science en Iontophoresis Transcorneal Delivery Technique for Transepithelial Corneal Collagen Crosslinking With Riboflavin in a Rabbit Model 1 1292.434 openAPC_estimation_issn_year 1661.279 1850 1292.434 21 Association for Research in Vision and Ophthalmology (ARVO) Association for Research in Vision and Ophthalmology (ARVO) NA NA 0 4 gold gold Department of Ophthalmology Purpan Hospital, Toulouse, France 2Laboratory of Pathology, Purpan Hospital, Toulouse, France 3Department of Biochemistry, Rangueil Hospital, Toulouse, France 4Department of Ophthalmology, Technische Universität Dresden, Dresde. 1 NA NA NA 9 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by-nc-nd
10.1167/iovs.13-12595 2016 Medical research NA c(“de”, “fr”) 0146-0404 1552-5783 Investigative Opthalmology & Visual Science en Iontophoresis Transcorneal Delivery Technique for Transepithelial Corneal Collagen Crosslinking With Riboflavin in a Rabbit Model 1 1292.434 openAPC_estimation_issn_year 1661.279 1850 1292.434 21 Association for Research in Vision and Ophthalmology (ARVO) Association for Research in Vision and Ophthalmology (ARVO) NA NA 0 4 gold gold Laboratory of Pathology, Purpan Hospital, Toulouse, France 3Department of Biochemistry, Rangueil Hospital, Toulouse, France 4Department of Ophthalmology, Technische Universität Dresden, Dresden, Germany 5INSERM U1043, Center of Physiopathology, Dynamique. 2 NA NA NA 9 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by-nc-nd
10.1167/iovs.13-12595 2016 Medical research NA c(“de”, “fr”) 0146-0404 1552-5783 Investigative Opthalmology & Visual Science en Iontophoresis Transcorneal Delivery Technique for Transepithelial Corneal Collagen Crosslinking With Riboflavin in a Rabbit Model 1 1292.434 openAPC_estimation_issn_year 1661.279 1850 1292.434 21 Association for Research in Vision and Ophthalmology (ARVO) Association for Research in Vision and Ophthalmology (ARVO) NA NA 0 4 gold gold Laboratory of Pathology, Purpan Hospital, Toulouse, France 3Department of Biochemistry, Rangueil Hospital, Toulouse, France 4Department of Ophthalmology, Technische Universität Dresden, Dresden, Germany 5INSERM U1043, Center of Physiopathology, Dynamique. 3 NA NA NA 9 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by-nc-nd
10.1167/iovs.13-12595 2016 Medical research NA c(“de”, “fr”) 0146-0404 1552-5783 Investigative Opthalmology & Visual Science en Iontophoresis Transcorneal Delivery Technique for Transepithelial Corneal Collagen Crosslinking With Riboflavin in a Rabbit Model 1 1292.434 openAPC_estimation_issn_year 1661.279 1850 1292.434 21 Association for Research in Vision and Ophthalmology (ARVO) Association for Research in Vision and Ophthalmology (ARVO) NA NA 0 4 gold gold Department of Biochemistry, Rangueil Hospital, Toulouse, France. 4 NA NA NA 9 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by-nc-nd
10.1167/iovs.13-12595 2016 Medical research NA c(“de”, “fr”) 0146-0404 1552-5783 Investigative Opthalmology & Visual Science en Iontophoresis Transcorneal Delivery Technique for Transepithelial Corneal Collagen Crosslinking With Riboflavin in a Rabbit Model 1 1292.434 openAPC_estimation_issn_year 1661.279 1850 1292.434 21 Association for Research in Vision and Ophthalmology (ARVO) Association for Research in Vision and Ophthalmology (ARVO) NA NA 0 4 gold gold Department of Ophthalmology, Technische Universität Dresden, Dresden, Germany. 5 NA NA NA 9 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by-nc-nd
10.1167/iovs.13-12595 2016 Medical research NA c(“de”, “fr”) 0146-0404 1552-5783 Investigative Opthalmology & Visual Science en Iontophoresis Transcorneal Delivery Technique for Transepithelial Corneal Collagen Crosslinking With Riboflavin in a Rabbit Model 1 1292.434 openAPC_estimation_issn_year 1661.279 1850 1292.434 21 Association for Research in Vision and Ophthalmology (ARVO) Association for Research in Vision and Ophthalmology (ARVO) NA NA 0 4 gold gold Department of Ophthalmology Purpan Hospital, Toulouse, France 2Laboratory of Pathology, Purpan Hospital, Toulouse, France 3Department of Biochemistry, Rangueil Hospital, Toulouse, France 4Department of Ophthalmology, Technische Universität Dresden, Dresde. 6 NA NA NA 9 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by-nc-nd
10.1167/iovs.13-12595 2016 Medical research NA c(“de”, “fr”) 0146-0404 1552-5783 Investigative Opthalmology & Visual Science en Iontophoresis Transcorneal Delivery Technique for Transepithelial Corneal Collagen Crosslinking With Riboflavin in a Rabbit Model 1 1292.434 openAPC_estimation_issn_year 1661.279 1850 1292.434 21 Association for Research in Vision and Ophthalmology (ARVO) Association for Research in Vision and Ophthalmology (ARVO) NA NA 0 4 gold gold Department of Ophthalmology Purpan Hospital, Toulouse, France 2Laboratory of Pathology, Purpan Hospital, Toulouse, France 3Department of Biochemistry, Rangueil Hospital, Toulouse, France 4Department of Ophthalmology, Technische Universität Dresden, Dresde. 7 NA NA NA 9 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by-nc-nd
10.1167/iovs.13-12595 2016 Medical research NA c(“de”, “fr”) 0146-0404 1552-5783 Investigative Opthalmology & Visual Science en Iontophoresis Transcorneal Delivery Technique for Transepithelial Corneal Collagen Crosslinking With Riboflavin in a Rabbit Model 1 1292.434 openAPC_estimation_issn_year 1661.279 1850 1292.434 21 Association for Research in Vision and Ophthalmology (ARVO) Association for Research in Vision and Ophthalmology (ARVO) NA NA 0 4 gold gold Department of Ophthalmology Purpan Hospital, Toulouse, France. 8 NA NA NA 9 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by-nc-nd
10.1167/iovs.13-12595 2016 Medical research NA c(“de”, “fr”) 0146-0404 1552-5783 Investigative Opthalmology & Visual Science en Iontophoresis Transcorneal Delivery Technique for Transepithelial Corneal Collagen Crosslinking With Riboflavin in a Rabbit Model 1 1292.434 openAPC_estimation_issn_year 1661.279 1850 1292.434 21 Association for Research in Vision and Ophthalmology (ARVO) Association for Research in Vision and Ophthalmology (ARVO) NA NA 0 4 gold gold Department of Ophthalmology Purpan Hospital, Toulouse, France 2Laboratory of Pathology, Purpan Hospital, Toulouse, France 3Department of Biochemistry, Rangueil Hospital, Toulouse, France 4Department of Ophthalmology, Technische Universität Dresden, Dresde. 9 NA NA NA 9 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by-nc-nd
10.1097/01.mjt.0000434041.54749.3d 2016 Medical research NA fr 1075-2765 1075-2765 American Journal of Therapeutics en Is R-CHOP Therapy a Lymphoma Growth Factor? 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA 1Service d’Hématologie and 2Service d’Hématologie et de Biologie Vasculaire, Centre Hospitalier Universitaire La Conception, Marseille, France; and 3Technologies Avancées pour la Génomique et la Clinique (TAGC)/Unité INSERM U928, Marseille, France. 1 NA NA NA 1 1 FALSE FALSE FALSE closed closed closed NA
10.1097/pts.0000000000000088 2016 Medical research NA fr 1549-8417 1549-8417 Journal of Patient Safety en Acceptability of Health Care–Related Risks 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA From the *Laboratoire de Psychologie EA 4139 « Psychologie, Santé et Qualité de Vie », †Laboratoire EA 495, Centre Emile Durkheim, UniversitéBordeaux Segalen; and ‡Aquitaine Regional Center for Quality and Safety (CCECQA), Hôpital Xavier Arnozan, Pessac, France. 1 NA NA NA 1 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.anorl.2013.11.001 2016 Biology (fond.) NA fr 1879-7296 1879-7296 European Annals of Otorhinolaryngology, Head and Neck Diseases en Abecedarium: Who am I? Q’… 1 2838.639 openAPC_estimation_publisher_year NA NA 2838.639 2855 Elsevier Elsevier NA NA 1 1 hybrid NA 18, rue de la Ferme, 92200 Neuilly-sur-Seine, France. 1 NA NA NA 3 1 TRUE FALSE FALSE publisher hybrid hybrid no license
10.1016/j.anorl.2013.11.001 2016 Biology (fond.) NA fr 1879-7296 1879-7296 European Annals of Otorhinolaryngology, Head and Neck Diseases en Abecedarium: Who am I? Q’… 1 2838.639 openAPC_estimation_publisher_year NA NA 2838.639 2855 Elsevier Elsevier NA NA 1 1 hybrid NA Place du Plâtre, 69930 Saint-Laurent-de-Chamousset, France. 2 NA NA NA 3 1 TRUE FALSE FALSE publisher hybrid hybrid no license
10.1016/j.anorl.2013.11.001 2016 Biology (fond.) NA fr 1879-7296 1879-7296 European Annals of Otorhinolaryngology, Head and Neck Diseases en Abecedarium: Who am I? Q’… 1 2838.639 openAPC_estimation_publisher_year NA NA 2838.639 2855 Elsevier Elsevier NA NA 1 1 hybrid NA Service d’oto-rhino-laryngologie et de chirurgie cervicofaciale, université Paris Descartes Sorbonne-Paris-Cité, hôpital européen Georges-Pompidou, AP-HP, 20-40, rue Leblanc, 75015 Paris, France. Electronic address: . 3 NA NA NA 3 1 TRUE FALSE FALSE publisher hybrid hybrid no license
10.1177/0962280214530030 2016 Mathematics NA fr 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en A comparison of imputation strategies in cluster randomized trials with missing binary outcomes 0 NA NA NA NA NA NA SAGE Publications SAGE Publications list(id_type = “hal_id”, id_value = “hal-03157717”) hal-03157717 1 3 subscription NA INSERM, U1153, Paris, France . 1 NA NA NA 11 1 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280214530030 2016 Mathematics NA fr 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en A comparison of imputation strategies in cluster randomized trials with missing binary outcomes 0 NA NA NA NA NA NA SAGE Publications SAGE Publications list(id_type = “hal_id”, id_value = “hal-03157717”) hal-03157717 1 3 subscription NA INSERM, CIC 1415, Tours, France. 1 NA NA NA 11 1 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280214530030 2016 Mathematics NA fr 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en A comparison of imputation strategies in cluster randomized trials with missing binary outcomes 0 NA NA NA NA NA NA SAGE Publications SAGE Publications list(id_type = “hal_id”, id_value = “hal-03157717”) hal-03157717 1 3 subscription NA CHRU de Tours, Tours, France. 1 NA NA NA 11 1 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280214530030 2016 Mathematics NA fr 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en A comparison of imputation strategies in cluster randomized trials with missing binary outcomes 0 NA NA NA NA NA NA SAGE Publications SAGE Publications list(id_type = “hal_id”, id_value = “hal-03157717”) hal-03157717 1 3 subscription NA Université François-Rabelais de Tours, PRES Centre-Val de Loire Université, Tours, France. 1 NA NA NA 11 1 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280214530030 2016 Mathematics NA fr 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en A comparison of imputation strategies in cluster randomized trials with missing binary outcomes 0 NA NA NA NA NA NA SAGE Publications SAGE Publications list(id_type = “hal_id”, id_value = “hal-03157717”) hal-03157717 1 3 subscription NA INSERM, U1153, Paris, France. 2 NA NA NA 11 1 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280214530030 2016 Mathematics NA fr 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en A comparison of imputation strategies in cluster randomized trials with missing binary outcomes 0 NA NA NA NA NA NA SAGE Publications SAGE Publications list(id_type = “hal_id”, id_value = “hal-03157717”) hal-03157717 1 3 subscription NA CHRU de Tours, Tours, France. 2 NA NA NA 11 1 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280214530030 2016 Mathematics NA fr 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en A comparison of imputation strategies in cluster randomized trials with missing binary outcomes 0 NA NA NA NA NA NA SAGE Publications SAGE Publications list(id_type = “hal_id”, id_value = “hal-03157717”) hal-03157717 1 3 subscription NA INSERM, U1153, Paris, France. 3 NA NA NA 11 1 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280214530030 2016 Mathematics NA fr 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en A comparison of imputation strategies in cluster randomized trials with missing binary outcomes 0 NA NA NA NA NA NA SAGE Publications SAGE Publications list(id_type = “hal_id”, id_value = “hal-03157717”) hal-03157717 1 3 subscription NA INSERM, CIC 1415, Tours, France. 3 NA NA NA 11 1 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280214530030 2016 Mathematics NA fr 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en A comparison of imputation strategies in cluster randomized trials with missing binary outcomes 0 NA NA NA NA NA NA SAGE Publications SAGE Publications list(id_type = “hal_id”, id_value = “hal-03157717”) hal-03157717 1 3 subscription NA CHRU de Tours, Tours, France. 3 NA NA NA 11 1 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280214530030 2016 Mathematics NA fr 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en A comparison of imputation strategies in cluster randomized trials with missing binary outcomes 0 NA NA NA NA NA NA SAGE Publications SAGE Publications list(id_type = “hal_id”, id_value = “hal-03157717”) hal-03157717 1 3 subscription NA Université François-Rabelais de Tours, PRES Centre-Val de Loire Université, Tours, France. 3 NA NA NA 11 1 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280214531691 2016 Mathematics NA fr 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Receiver operating characteristic curve estimation for time to event with semicompeting risks and interval censoring 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA Université Bordeaux Segalen, ISPED, Centre INSERM U897, Bordeaux, France . 1 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280214531691 2016 Mathematics NA fr 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Receiver operating characteristic curve estimation for time to event with semicompeting risks and interval censoring 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA INSERM, Centre INSERM U-897, F-33000 Bordeaux, France. 1 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280214531691 2016 Mathematics NA fr 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Receiver operating characteristic curve estimation for time to event with semicompeting risks and interval censoring 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA Université Bordeaux Segalen, ISPED, Centre INSERM U897, Bordeaux, France. 2 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280214531691 2016 Mathematics NA fr 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Receiver operating characteristic curve estimation for time to event with semicompeting risks and interval censoring 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA INSERM, Centre INSERM U-897, F-33000 Bordeaux, France. 2 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280214531691 2016 Mathematics NA fr 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Receiver operating characteristic curve estimation for time to event with semicompeting risks and interval censoring 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA Université Bordeaux Segalen, ISPED, Centre INSERM U897, Bordeaux, France. 3 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280214531691 2016 Mathematics NA fr 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Receiver operating characteristic curve estimation for time to event with semicompeting risks and interval censoring 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA INSERM, Centre INSERM U-897, F-33000 Bordeaux, France. 3 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280214531691 2016 Mathematics NA fr 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Receiver operating characteristic curve estimation for time to event with semicompeting risks and interval censoring 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA Université Bordeaux Segalen, ISPED, Centre INSERM U897, Bordeaux, France. 4 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280214531691 2016 Mathematics NA fr 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Receiver operating characteristic curve estimation for time to event with semicompeting risks and interval censoring 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA INSERM, Centre INSERM U-897, F-33000 Bordeaux, France. 4 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280214531691 2016 Mathematics NA fr 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Receiver operating characteristic curve estimation for time to event with semicompeting risks and interval censoring 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA Université Bordeaux Segalen, ISPED, Centre INSERM U897, Bordeaux, France. 5 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280214531691 2016 Mathematics NA fr 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Receiver operating characteristic curve estimation for time to event with semicompeting risks and interval censoring 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA INSERM, Centre INSERM U-897, F-33000 Bordeaux, France. 5 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.1177/0962280214535763 2016 Mathematics none. c(“us”, “fr”) 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Individualized dynamic prediction of prostate cancer recurrence with and without the initiation of a second treatment: Development and validation 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA INSERM, Centre INSERM U897-Epidemiologie-Biostatistique, Bordeaux, France. 1 NA NA NA 9 0 TRUE FALSE FALSE repository green green_only NA
10.1177/0962280214535763 2016 Mathematics none. c(“us”, “fr”) 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Individualized dynamic prediction of prostate cancer recurrence with and without the initiation of a second treatment: Development and validation 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA Université de Bordeaux, ISPED, Bordeaux, France. 1 NA NA NA 9 0 TRUE FALSE FALSE repository green green_only NA
10.1177/0962280214535763 2016 Mathematics none. c(“us”, “fr”) 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Individualized dynamic prediction of prostate cancer recurrence with and without the initiation of a second treatment: Development and validation 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA Department of Biostatistics, Department of Radiation Oncology, University of Michigan, Ann Arbor, MI, USA. 2 NA NA NA 9 0 TRUE FALSE FALSE repository green green_only NA
10.1177/0962280214535763 2016 Mathematics none. c(“us”, “fr”) 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Individualized dynamic prediction of prostate cancer recurrence with and without the initiation of a second treatment: Development and validation 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA Department of Health Studies, University of Chicago, Chicago, IL, USA. 3 NA NA NA 9 0 TRUE FALSE FALSE repository green green_only NA
10.1177/0962280214535763 2016 Mathematics none. c(“us”, “fr”) 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Individualized dynamic prediction of prostate cancer recurrence with and without the initiation of a second treatment: Development and validation 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA Radiation Therapy Oncology Group, American College of Radiology, Philadelphia, PA, USA. 3 NA NA NA 9 0 TRUE FALSE FALSE repository green green_only NA
10.1177/0962280214535763 2016 Mathematics none. c(“us”, “fr”) 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Individualized dynamic prediction of prostate cancer recurrence with and without the initiation of a second treatment: Development and validation 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA INSERM, Centre INSERM U897-Epidemiologie-Biostatistique, Bordeaux, France. 4 NA NA NA 9 0 TRUE FALSE FALSE repository green green_only NA
10.1177/0962280214535763 2016 Mathematics none. c(“us”, “fr”) 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Individualized dynamic prediction of prostate cancer recurrence with and without the initiation of a second treatment: Development and validation 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA Université de Bordeaux, ISPED, Bordeaux, France. 4 NA NA NA 9 0 TRUE FALSE FALSE repository green green_only NA
10.1177/0962280214535763 2016 Mathematics none. c(“us”, “fr”) 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Individualized dynamic prediction of prostate cancer recurrence with and without the initiation of a second treatment: Development and validation 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA INSERM, Centre INSERM U897-Epidemiologie-Biostatistique, Bordeaux, France . 5 NA NA NA 9 0 TRUE FALSE FALSE repository green green_only NA
10.1177/0962280214535763 2016 Mathematics none. c(“us”, “fr”) 0962-2802 0962-2802,1477-0334 Statistical Methods in Medical Research en Individualized dynamic prediction of prostate cancer recurrence with and without the initiation of a second treatment: Development and validation 0 NA NA NA NA NA NA SAGE Publications SAGE Publications NA NA 1 3 subscription NA Université de Bordeaux, ISPED, Bordeaux, France. 5 NA NA NA 9 0 TRUE FALSE FALSE repository green green_only NA
10.1016/j.anorl.2014.03.002 2016 Biology (fond.) NA fr 1879-7296 1879-7296 European Annals of Otorhinolaryngology, Head and Neck Diseases en Abecedarium: Who am I? T’… 1 2838.639 openAPC_estimation_publisher_year NA NA 2838.639 2855 Elsevier Elsevier NA NA 1 1 hybrid NA Service d’oto-rhino-laryngologie et de chirurgie cervico-faciale, université Paris Descartes Sorbonne Paris Cité, hôpital européen Georges-Pompidou, AP-HP, 20-40, rue Leblanc, 75015 Paris, France. Electronic address: . 1 NA NA NA 3 1 TRUE FALSE FALSE publisher hybrid hybrid no license
10.1016/j.anorl.2014.03.002 2016 Biology (fond.) NA fr 1879-7296 1879-7296 European Annals of Otorhinolaryngology, Head and Neck Diseases en Abecedarium: Who am I? T’… 1 2838.639 openAPC_estimation_publisher_year NA NA 2838.639 2855 Elsevier Elsevier NA NA 1 1 hybrid NA Place du Plâtre, 69930 Saint-Laurent-de-Chamousset, France. 2 NA NA NA 3 1 TRUE FALSE FALSE publisher hybrid hybrid no license
10.1016/j.anorl.2014.03.002 2016 Biology (fond.) NA fr 1879-7296 1879-7296 European Annals of Otorhinolaryngology, Head and Neck Diseases en Abecedarium: Who am I? T’… 1 2838.639 openAPC_estimation_publisher_year NA NA 2838.639 2855 Elsevier Elsevier NA NA 1 1 hybrid NA 18, rue de la Ferme, 92200 Neuilly-sur-Seine, France. 3 NA NA NA 3 1 TRUE FALSE FALSE publisher hybrid hybrid no license
10.1097/htr.0000000000000079 2016 Medical research NA fr 0885-9701 0885-9701 Journal of Head Trauma Rehabilitation en Objective and Subjective Burden of Informal Caregivers 4 Years After a Severe Traumatic Brain Injury: Results From the PariS-TBI Study 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA AP-HP, Groupe Hospitalier Pitié-Salpêtrière, Service de Médecine Physique et Réadaptation, Paris, France (Drs Bayen and Pradat-Diehl); Université Paris-Dauphine, LEDa-LEGOS Laboratoire d’Economie et de Gestion des Organisations de Santé, Paris, France (Drs Bayen and Joël); Université Pierre et Marie Curie, ER 6, Paris, France (Drs Pradat-Diehl and Vallat-Azouvi); AP-HP, Hôpital R. Poincaré, Service de Médecine Physique et Réadaptation, Garches, France (Drs Jourdan, Vallat-Azouvi, and Azouvi); Université de Versailles St-Quentin, EA 4497, Guyancourt, France (Drs Jourdan and Azouvi); AP-HP, Hôpital A. Paré, Unité de Recherche Clinique Paris-Ouest, Boulogne-Billancourt, France (Mr Ghout, Ms Azerad, and Dr Aegerter); Université de Versailles St-Quentin, UPRES EA 2506, Guyancourt, France (Dr Aegerter); and Centre Ressources Francilien du Traumatisme Crânien, Paris, France (Ms Darnoux and Dr Weiss). 1 NA NA NA 1 1 FALSE FALSE FALSE closed closed closed NA
10.1071/rd14019 2016 Biology (fond.) NA c(“fr”, “ie”) 1031-3613 1031-3613 Reproduction, Fertility and Development en Effect of combined exogenous progesterone with luteotrophic support via equine chorionic gonadotrophin (eCG) on corpus luteum development, circulating progesterone concentrations and embryo development in cattle 0 NA NA NA NA NA NA CSIRO Publishing CSIRO Publishing NA NA 0 4 subscription NA School of Agriculture and Food Science, University College Dublin, Belfield, Dublin 4, Ireland. 1 NA NA NA 8 0 FALSE FALSE FALSE closed closed closed NA
10.1071/rd14019 2016 Biology (fond.) NA c(“fr”, “ie”) 1031-3613 1031-3613 Reproduction, Fertility and Development en Effect of combined exogenous progesterone with luteotrophic support via equine chorionic gonadotrophin (eCG) on corpus luteum development, circulating progesterone concentrations and embryo development in cattle 0 NA NA NA NA NA NA CSIRO Publishing CSIRO Publishing NA NA 0 4 subscription NA School of Agriculture and Food Science, University College Dublin, Belfield, Dublin 4, Ireland. 2 NA NA NA 8 0 FALSE FALSE FALSE closed closed closed NA
10.1071/rd14019 2016 Biology (fond.) NA c(“fr”, “ie”) 1031-3613 1031-3613 Reproduction, Fertility and Development en Effect of combined exogenous progesterone with luteotrophic support via equine chorionic gonadotrophin (eCG) on corpus luteum development, circulating progesterone concentrations and embryo development in cattle 0 NA NA NA NA NA NA CSIRO Publishing CSIRO Publishing NA NA 0 4 subscription NA School of Agriculture and Food Science, University College Dublin, Belfield, Dublin 4, Ireland. 3 NA NA NA 8 0 FALSE FALSE FALSE closed closed closed NA
10.1071/rd14019 2016 Biology (fond.) NA c(“fr”, “ie”) 1031-3613 1031-3613 Reproduction, Fertility and Development en Effect of combined exogenous progesterone with luteotrophic support via equine chorionic gonadotrophin (eCG) on corpus luteum development, circulating progesterone concentrations and embryo development in cattle 0 NA NA NA NA NA NA CSIRO Publishing CSIRO Publishing NA NA 0 4 subscription NA School of Agriculture and Food Science, University College Dublin, Belfield, Dublin 4, Ireland. 4 NA NA NA 8 0 FALSE FALSE FALSE closed closed closed NA
10.1071/rd14019 2016 Biology (fond.) NA c(“fr”, “ie”) 1031-3613 1031-3613 Reproduction, Fertility and Development en Effect of combined exogenous progesterone with luteotrophic support via equine chorionic gonadotrophin (eCG) on corpus luteum development, circulating progesterone concentrations and embryo development in cattle 0 NA NA NA NA NA NA CSIRO Publishing CSIRO Publishing NA NA 0 4 subscription NA School of Agriculture and Food Science, University College Dublin, Belfield, Dublin 4, Ireland. 5 NA NA NA 8 0 FALSE FALSE FALSE closed closed closed NA
10.1071/rd14019 2016 Biology (fond.) NA c(“fr”, “ie”) 1031-3613 1031-3613 Reproduction, Fertility and Development en Effect of combined exogenous progesterone with luteotrophic support via equine chorionic gonadotrophin (eCG) on corpus luteum development, circulating progesterone concentrations and embryo development in cattle 0 NA NA NA NA NA NA CSIRO Publishing CSIRO Publishing NA NA 0 4 subscription NA CEVA Sante Animale, 10 Avenue de la Ballastiere, 33500 Libourne, France. 6 NA NA NA 8 0 FALSE FALSE FALSE closed closed closed NA
10.1071/rd14019 2016 Biology (fond.) NA c(“fr”, “ie”) 1031-3613 1031-3613 Reproduction, Fertility and Development en Effect of combined exogenous progesterone with luteotrophic support via equine chorionic gonadotrophin (eCG) on corpus luteum development, circulating progesterone concentrations and embryo development in cattle 0 NA NA NA NA NA NA CSIRO Publishing CSIRO Publishing NA NA 0 4 subscription NA CEVA Sante Animale, 10 Avenue de la Ballastiere, 33500 Libourne, France. 7 NA NA NA 8 0 FALSE FALSE FALSE closed closed closed NA
10.1071/rd14019 2016 Biology (fond.) NA c(“fr”, “ie”) 1031-3613 1031-3613 Reproduction, Fertility and Development en Effect of combined exogenous progesterone with luteotrophic support via equine chorionic gonadotrophin (eCG) on corpus luteum development, circulating progesterone concentrations and embryo development in cattle 0 NA NA NA NA NA NA CSIRO Publishing CSIRO Publishing NA NA 0 4 subscription NA School of Agriculture and Food Science, University College Dublin, Belfield, Dublin 4, Ireland. 8 NA NA NA 8 0 FALSE FALSE FALSE closed closed closed NA
10.1097/iop.0000000000000247 2016 Medical research NA fr 0740-9303 0740-9303 Ophthalmic Plastic & Reconstructive Surgery en Orbital Lipomatosis: A Complication of Steroid Therapy in the Sweet Syndrome 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA Department of Maxillo Facial Surgery, School of Medicine, University of François Rabelais, Tours, France. 1 NA NA NA 1 1 FALSE FALSE FALSE closed closed closed NA


2017

import_manips(2017)

Temps d’exécution de l’import des données : 8.37 secs.

Dimensions du jeu de données : 553916 observations et 39 variables (1 ligne = 1 auteur).

Nombre d’articles : 130948.

Les 100 premières observations :

n_100_kable(data)
doi year bso_classification coi detected_countries journal_issn_l journal_issns journal_name lang title has_apc amount_apc_EUR apc_source amount_apc_doaj_EUR amount_apc_doaj amount_apc_openapc_EUR count_apc_openapc_key publisher_group publisher_dissemination external_ids hal_id is_covered_by_couperin tier journal_color journal_color_doaj name author_position corresponding email country nb_authors is_french_CA oa_details.2020.is_oa oa_details.2020.journal_is_in_doaj oa_details.2020.journal_is_oa oa_details.2020.oa_host_type oa_details.2020.oa_colors oa_details.2020.oa_colors_with_priority_to_publisher oa_details.2020.licence_publisher
10.1097/mlr.0000000000000117 2017 Medical research NA c(“es”, “fr”) 0025-7079 0025-7079 Medical Care en Defining Quality of Life Levels to Enhance Clinical Interpretation in Multiple Sclerosis 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 1 3 subscription NA *EA3279 Self-Perceived Health Assessment Research Unit and Department of Public Health, Nord University Hospital, APHM, Aix-Marseille University †Department of Mathematics, Faculté des Sciences de Luminy, Aix-Marseille University, Marseille, France ‡Institute of Clinical Neurosciences, Hospital Regional Universitario Carlos Haya, Málaga, Spain §Neurological Rehabilitation Center Quellenhof, Bad Wildbad, Germany ∥Departments of Neurology and CRMBM CNRS6612, Timone University Hospital, APHM, Marseille, France. 1 NA NA NA 1 0 FALSE FALSE FALSE closed closed closed NA
10.1128/mcb.01170-13 2017 Biology (fond.) NA c(“cn”, “fr”) 0270-7306 0270-7306,1098-5549 Molecular and Cellular Biology en Retraction for Li et al., “ATAD3 Is a Limiting Factor in Mitochondrial Biogenesis and Adipogenesis of White Adipocyte-Like 3T3-L1 Cells” 1 2334.973 openAPC_estimation_issn NA NA 2334.973 27 American Society for Microbiology American Society for Microbiology NA NA 1 4 hybrid NA Univ. Grenoble Alpes Laboratory for Fundamental and Applied Bioenergetic (LBFA), Grenoble, France. 1 NA NA NA 15 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1128/mcb.01170-13 2017 Biology (fond.) NA c(“cn”, “fr”) 0270-7306 0270-7306,1098-5549 Molecular and Cellular Biology en Retraction for Li et al., “ATAD3 Is a Limiting Factor in Mitochondrial Biogenesis and Adipogenesis of White Adipocyte-Like 3T3-L1 Cells” 1 2334.973 openAPC_estimation_issn NA NA 2334.973 27 American Society for Microbiology American Society for Microbiology NA NA 1 4 hybrid NA INSERM U1055, Grenoble, France. 1 NA NA NA 15 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1128/mcb.01170-13 2017 Biology (fond.) NA c(“cn”, “fr”) 0270-7306 0270-7306,1098-5549 Molecular and Cellular Biology en Retraction for Li et al., “ATAD3 Is a Limiting Factor in Mitochondrial Biogenesis and Adipogenesis of White Adipocyte-Like 3T3-L1 Cells” 1 2334.973 openAPC_estimation_issn NA NA 2334.973 27 American Society for Microbiology American Society for Microbiology NA NA 1 4 hybrid NA Institute of Biochemistry and Cell Biology, Shanghai Institutes for Biological Sciences, Chinese Academy of Sciences, Shanghai, China. 2 NA NA NA 15 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1128/mcb.01170-13 2017 Biology (fond.) NA c(“cn”, “fr”) 0270-7306 0270-7306,1098-5549 Molecular and Cellular Biology en Retraction for Li et al., “ATAD3 Is a Limiting Factor in Mitochondrial Biogenesis and Adipogenesis of White Adipocyte-Like 3T3-L1 Cells” 1 2334.973 openAPC_estimation_issn NA NA 2334.973 27 American Society for Microbiology American Society for Microbiology NA NA 1 4 hybrid NA Institute of Biochemistry and Cell Biology, Shanghai Institutes for Biological Sciences, Chinese Academy of Sciences, Shanghai, China. 3 NA NA NA 15 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1128/mcb.01170-13 2017 Biology (fond.) NA c(“cn”, “fr”) 0270-7306 0270-7306,1098-5549 Molecular and Cellular Biology en Retraction for Li et al., “ATAD3 Is a Limiting Factor in Mitochondrial Biogenesis and Adipogenesis of White Adipocyte-Like 3T3-L1 Cells” 1 2334.973 openAPC_estimation_issn NA NA 2334.973 27 American Society for Microbiology American Society for Microbiology NA NA 1 4 hybrid NA INSERM UMR-1060, Laboratoire CarMeN, Université Lyon 1, Facultés de médecine Charles Merieux Lyon-Sud, Lyon, France. 4 NA NA NA 15 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1128/mcb.01170-13 2017 Biology (fond.) NA c(“cn”, “fr”) 0270-7306 0270-7306,1098-5549 Molecular and Cellular Biology en Retraction for Li et al., “ATAD3 Is a Limiting Factor in Mitochondrial Biogenesis and Adipogenesis of White Adipocyte-Like 3T3-L1 Cells” 1 2334.973 openAPC_estimation_issn NA NA 2334.973 27 American Society for Microbiology American Society for Microbiology NA NA 1 4 hybrid NA Institute of Biochemistry and Cell Biology, Shanghai Institutes for Biological Sciences, Chinese Academy of Sciences, Shanghai, China. 8 NA NA NA 15 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1128/mcb.01170-13 2017 Biology (fond.) NA c(“cn”, “fr”) 0270-7306 0270-7306,1098-5549 Molecular and Cellular Biology en Retraction for Li et al., “ATAD3 Is a Limiting Factor in Mitochondrial Biogenesis and Adipogenesis of White Adipocyte-Like 3T3-L1 Cells” 1 2334.973 openAPC_estimation_issn NA NA 2334.973 27 American Society for Microbiology American Society for Microbiology NA NA 1 4 hybrid NA Univ. Grenoble Alpes Laboratory for Fundamental and Applied Bioenergetic (LBFA), Grenoble, France. 9 NA NA NA 15 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1128/mcb.01170-13 2017 Biology (fond.) NA c(“cn”, “fr”) 0270-7306 0270-7306,1098-5549 Molecular and Cellular Biology en Retraction for Li et al., “ATAD3 Is a Limiting Factor in Mitochondrial Biogenesis and Adipogenesis of White Adipocyte-Like 3T3-L1 Cells” 1 2334.973 openAPC_estimation_issn NA NA 2334.973 27 American Society for Microbiology American Society for Microbiology NA NA 1 4 hybrid NA INSERM U1055, Grenoble, France. 9 NA NA NA 15 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1128/mcb.01170-13 2017 Biology (fond.) NA c(“cn”, “fr”) 0270-7306 0270-7306,1098-5549 Molecular and Cellular Biology en Retraction for Li et al., “ATAD3 Is a Limiting Factor in Mitochondrial Biogenesis and Adipogenesis of White Adipocyte-Like 3T3-L1 Cells” 1 2334.973 openAPC_estimation_issn NA NA 2334.973 27 American Society for Microbiology American Society for Microbiology NA NA 1 4 hybrid NA Univ. Grenoble Alpes Laboratory for Fundamental and Applied Bioenergetic (LBFA), Grenoble, France. 10 NA NA NA 15 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1128/mcb.01170-13 2017 Biology (fond.) NA c(“cn”, “fr”) 0270-7306 0270-7306,1098-5549 Molecular and Cellular Biology en Retraction for Li et al., “ATAD3 Is a Limiting Factor in Mitochondrial Biogenesis and Adipogenesis of White Adipocyte-Like 3T3-L1 Cells” 1 2334.973 openAPC_estimation_issn NA NA 2334.973 27 American Society for Microbiology American Society for Microbiology NA NA 1 4 hybrid NA INSERM U1055, Grenoble, France. 10 NA NA NA 15 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.23736/s0021-9509.16.08177-5 2017 Medical research NA fr 0021-9509 0021-9509,1827-191X The Journal of Cardiovascular Surgery en Long-term functional outcomes and subclavian vein patency in patients undergoing thoracic outlet surgery for Paget-Schroetter Syndrome 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA University of Nice-Sophia-Antipolis, Graduate School of Medicine, Nice, France. 1 NA NA NA 12 1 NA NA NA NA NA NA NA
10.23736/s0021-9509.16.08177-5 2017 Medical research NA fr 0021-9509 0021-9509,1827-191X The Journal of Cardiovascular Surgery en Long-term functional outcomes and subclavian vein patency in patients undergoing thoracic outlet surgery for Paget-Schroetter Syndrome 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Vascular Surgery, Saint Roch Hospital, University Hospital of Nice, Nice, France. 1 NA NA NA 12 1 NA NA NA NA NA NA NA
10.23736/s0021-9509.16.08177-5 2017 Medical research NA fr 0021-9509 0021-9509,1827-191X The Journal of Cardiovascular Surgery en Long-term functional outcomes and subclavian vein patency in patients undergoing thoracic outlet surgery for Paget-Schroetter Syndrome 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA University of Nice-Sophia-Antipolis, Graduate School of Medicine, Nice, France. 2 NA NA NA 12 1 NA NA NA NA NA NA NA
10.23736/s0021-9509.16.08177-5 2017 Medical research NA fr 0021-9509 0021-9509,1827-191X The Journal of Cardiovascular Surgery en Long-term functional outcomes and subclavian vein patency in patients undergoing thoracic outlet surgery for Paget-Schroetter Syndrome 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Vascular Surgery, Saint Roch Hospital, University Hospital of Nice, Nice, France. 2 NA NA NA 12 1 NA NA NA NA NA NA NA
10.23736/s0021-9509.16.08177-5 2017 Medical research NA fr 0021-9509 0021-9509,1827-191X The Journal of Cardiovascular Surgery en Long-term functional outcomes and subclavian vein patency in patients undergoing thoracic outlet surgery for Paget-Schroetter Syndrome 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA University of Nice-Sophia-Antipolis, Graduate School of Medicine, Nice, France. 3 NA NA NA 12 1 NA NA NA NA NA NA NA
10.23736/s0021-9509.16.08177-5 2017 Medical research NA fr 0021-9509 0021-9509,1827-191X The Journal of Cardiovascular Surgery en Long-term functional outcomes and subclavian vein patency in patients undergoing thoracic outlet surgery for Paget-Schroetter Syndrome 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Vascular Surgery, Saint Roch Hospital, University Hospital of Nice, Nice, France. 4 NA NA NA 12 1 NA NA NA NA NA NA NA
10.23736/s0021-9509.16.08177-5 2017 Medical research NA fr 0021-9509 0021-9509,1827-191X The Journal of Cardiovascular Surgery en Long-term functional outcomes and subclavian vein patency in patients undergoing thoracic outlet surgery for Paget-Schroetter Syndrome 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA University of Nice-Sophia-Antipolis, Graduate School of Medicine, Nice, France. 5 NA NA NA 12 1 NA NA NA NA NA NA NA
10.23736/s0021-9509.16.08177-5 2017 Medical research NA fr 0021-9509 0021-9509,1827-191X The Journal of Cardiovascular Surgery en Long-term functional outcomes and subclavian vein patency in patients undergoing thoracic outlet surgery for Paget-Schroetter Syndrome 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Vascular Surgery, Saint Roch Hospital, University Hospital of Nice, Nice, France. 5 NA NA NA 12 1 NA NA NA NA NA NA NA
10.23736/s0021-9509.16.08177-5 2017 Medical research NA fr 0021-9509 0021-9509,1827-191X The Journal of Cardiovascular Surgery en Long-term functional outcomes and subclavian vein patency in patients undergoing thoracic outlet surgery for Paget-Schroetter Syndrome 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA University of Nice-Sophia-Antipolis, Graduate School of Medicine, Nice, France - . 6 NA NA NA 12 1 NA NA NA NA NA NA NA
10.23736/s0021-9509.16.08177-5 2017 Medical research NA fr 0021-9509 0021-9509,1827-191X The Journal of Cardiovascular Surgery en Long-term functional outcomes and subclavian vein patency in patients undergoing thoracic outlet surgery for Paget-Schroetter Syndrome 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Vascular Surgery, Saint Roch Hospital, University Hospital of Nice, Nice, France. 6 NA NA NA 12 1 NA NA NA NA NA NA NA
10.15171/bi.2014.002 2017 Biology (fond.) NA fr 2228-5652 2228-5660,2228-5652 BioImpacts en Carotenoids as signaling molecules in cardiovascular biology 0 0.000 doaj 0.0000 0 NA NA Maad Rayan Publishing Company Maad Rayan Publishing Company NA NA 0 4 diamond diamond Research Center for Pharmaceutical Nanotechnology, Tabriz University of Medical Sciences, Tabriz, Iran ; Student Research Committee, Tabriz University of Medical Sciences, Tabriz, Iran. 1 NA NA NA 2 0 TRUE TRUE TRUE publisher;repository c(“green”, “diamond”) diamond cc-by-nc
10.15171/bi.2014.002 2017 Biology (fond.) NA fr 2228-5652 2228-5660,2228-5652 BioImpacts en Carotenoids as signaling molecules in cardiovascular biology 0 0.000 doaj 0.0000 0 NA NA Maad Rayan Publishing Company Maad Rayan Publishing Company NA NA 0 4 diamond diamond Translational Vascular Research Laboratory INSERM U1148, Université Paris13 - PRES Sorbonne Paris Cité, Paris, France. 2 NA NA NA 2 0 TRUE TRUE TRUE publisher;repository c(“green”, “diamond”) diamond cc-by-nc
10.1080/10408398.2014.981630 2017 Biology (fond.) NA c(“zw”, “fi”, “it”, “gb”, “tn”, “za”, “ma”, “gh”, “bj”, “dz”, “eg”, “ng”, “ch”, “na”, “us”, “fr”, “ke”, “cm”, “ug”, “ca”, “mw”) 1040-8398 1040-8398,1549-7852 Critical Reviews in Food Science and Nutrition en Inventory on the dietary assessment tools available and needed in africa: a prerequisite for setting up a common methodological research infrastructure for nutritional surveillance, research, and prevention of diet-related non-communicable diseases 0 NA NA NA NA NA NA Informa Informa NA NA 1 3 hybrid NA a Dietary Exposure Assessment Group, International Agency for Research on Cancer (IARC-WHO) , Lyon , France. 1 NA NA NA 47 0 FALSE FALSE FALSE closed closed closed NA
10.1080/10408398.2014.981630 2017 Biology (fond.) NA c(“zw”, “fi”, “it”, “gb”, “tn”, “za”, “ma”, “gh”, “bj”, “dz”, “eg”, “ng”, “ch”, “na”, “us”, “fr”, “ke”, “cm”, “ug”, “ca”, “mw”) 1040-8398 1040-8398,1549-7852 Critical Reviews in Food Science and Nutrition en Inventory on the dietary assessment tools available and needed in africa: a prerequisite for setting up a common methodological research infrastructure for nutritional surveillance, research, and prevention of diet-related non-communicable diseases 0 NA NA NA NA NA NA Informa Informa NA NA 1 3 hybrid NA a Dietary Exposure Assessment Group, International Agency for Research on Cancer (IARC-WHO) , Lyon , France. 2 NA NA NA 47 0 FALSE FALSE FALSE closed closed closed NA
10.1080/10408398.2014.981630 2017 Biology (fond.) NA c(“zw”, “fi”, “it”, “gb”, “tn”, “za”, “ma”, “gh”, “bj”, “dz”, “eg”, “ng”, “ch”, “na”, “us”, “fr”, “ke”, “cm”, “ug”, “ca”, “mw”) 1040-8398 1040-8398,1549-7852 Critical Reviews in Food Science and Nutrition en Inventory on the dietary assessment tools available and needed in africa: a prerequisite for setting up a common methodological research infrastructure for nutritional surveillance, research, and prevention of diet-related non-communicable diseases 0 NA NA NA NA NA NA Informa Informa NA NA 1 3 hybrid NA b Institut de Recherche pour le Développement (IRD), UMR 204 Nutripass, IRD-UM2-UM1 , Montpellier , France. 2 NA NA NA 47 0 FALSE FALSE FALSE closed closed closed NA
10.1080/10408398.2014.981630 2017 Biology (fond.) NA c(“zw”, “fi”, “it”, “gb”, “tn”, “za”, “ma”, “gh”, “bj”, “dz”, “eg”, “ng”, “ch”, “na”, “us”, “fr”, “ke”, “cm”, “ug”, “ca”, “mw”) 1040-8398 1040-8398,1549-7852 Critical Reviews in Food Science and Nutrition en Inventory on the dietary assessment tools available and needed in africa: a prerequisite for setting up a common methodological research infrastructure for nutritional surveillance, research, and prevention of diet-related non-communicable diseases 0 NA NA NA NA NA NA Informa Informa NA NA 1 3 hybrid NA c Institute of Human Nutrition, University of Southampton , Southampton , UK , and World Public Health Nutrition. 3 NA NA NA 47 0 FALSE FALSE FALSE closed closed closed NA
10.1080/10408398.2014.981630 2017 Biology (fond.) NA c(“zw”, “fi”, “it”, “gb”, “tn”, “za”, “ma”, “gh”, “bj”, “dz”, “eg”, “ng”, “ch”, “na”, “us”, “fr”, “ke”, “cm”, “ug”, “ca”, “mw”) 1040-8398 1040-8398,1549-7852 Critical Reviews in Food Science and Nutrition en Inventory on the dietary assessment tools available and needed in africa: a prerequisite for setting up a common methodological research infrastructure for nutritional surveillance, research, and prevention of diet-related non-communicable diseases 0 NA NA NA NA NA NA Informa Informa NA NA 1 3 hybrid NA d Centre of Excellence for Nutrition (CEN), North-West University , Potchefstroom , South Africa , and African Nutrition Leadership Programme. 4 NA NA NA 47 0 FALSE FALSE FALSE closed closed closed NA
10.1080/10408398.2014.981630 2017 Biology (fond.) NA c(“zw”, “fi”, “it”, “gb”, “tn”, “za”, “ma”, “gh”, “bj”, “dz”, “eg”, “ng”, “ch”, “na”, “us”, “fr”, “ke”, “cm”, “ug”, “ca”, “mw”) 1040-8398 1040-8398,1549-7852 Critical Reviews in Food Science and Nutrition en Inventory on the dietary assessment tools available and needed in africa: a prerequisite for setting up a common methodological research infrastructure for nutritional surveillance, research, and prevention of diet-related non-communicable diseases 0 NA NA NA NA NA NA Informa Informa NA NA 1 3 hybrid NA ai FHI 360, North Carolina , USA. 42 NA NA NA 47 0 FALSE FALSE FALSE closed closed closed NA
10.1080/10408398.2014.981630 2017 Biology (fond.) NA c(“zw”, “fi”, “it”, “gb”, “tn”, “za”, “ma”, “gh”, “bj”, “dz”, “eg”, “ng”, “ch”, “na”, “us”, “fr”, “ke”, “cm”, “ug”, “ca”, “mw”) 1040-8398 1040-8398,1549-7852 Critical Reviews in Food Science and Nutrition en Inventory on the dietary assessment tools available and needed in africa: a prerequisite for setting up a common methodological research infrastructure for nutritional surveillance, research, and prevention of diet-related non-communicable diseases 0 NA NA NA NA NA NA Informa Informa NA NA 1 3 hybrid NA aj Department of Biochemistry, Faculty of Science , University of Yaoundé I , Yaoundé , Cameroon. 43 NA NA NA 47 0 FALSE FALSE FALSE closed closed closed NA
10.1080/10408398.2014.981630 2017 Biology (fond.) NA c(“zw”, “fi”, “it”, “gb”, “tn”, “za”, “ma”, “gh”, “bj”, “dz”, “eg”, “ng”, “ch”, “na”, “us”, “fr”, “ke”, “cm”, “ug”, “ca”, “mw”) 1040-8398 1040-8398,1549-7852 Critical Reviews in Food Science and Nutrition en Inventory on the dietary assessment tools available and needed in africa: a prerequisite for setting up a common methodological research infrastructure for nutritional surveillance, research, and prevention of diet-related non-communicable diseases 0 NA NA NA NA NA NA Informa Informa NA NA 1 3 hybrid NA ak Department of Applied Biochemistry, Faculty of Biosciences , Nnamdi Azikiwe University , Awka , Anambra State , Nigeria. 44 NA NA NA 47 0 FALSE FALSE FALSE closed closed closed NA
10.1080/10408398.2014.981630 2017 Biology (fond.) NA c(“zw”, “fi”, “it”, “gb”, “tn”, “za”, “ma”, “gh”, “bj”, “dz”, “eg”, “ng”, “ch”, “na”, “us”, “fr”, “ke”, “cm”, “ug”, “ca”, “mw”) 1040-8398 1040-8398,1549-7852 Critical Reviews in Food Science and Nutrition en Inventory on the dietary assessment tools available and needed in africa: a prerequisite for setting up a common methodological research infrastructure for nutritional surveillance, research, and prevention of diet-related non-communicable diseases 0 NA NA NA NA NA NA Informa Informa NA NA 1 3 hybrid NA al National Nutrition Institute , Cairo , Egypt. 45 NA NA NA 47 0 FALSE FALSE FALSE closed closed closed NA
10.1080/10408398.2014.981630 2017 Biology (fond.) NA c(“zw”, “fi”, “it”, “gb”, “tn”, “za”, “ma”, “gh”, “bj”, “dz”, “eg”, “ng”, “ch”, “na”, “us”, “fr”, “ke”, “cm”, “ug”, “ca”, “mw”) 1040-8398 1040-8398,1549-7852 Critical Reviews in Food Science and Nutrition en Inventory on the dietary assessment tools available and needed in africa: a prerequisite for setting up a common methodological research infrastructure for nutritional surveillance, research, and prevention of diet-related non-communicable diseases 0 NA NA NA NA NA NA Informa Informa NA NA 1 3 hybrid NA a Dietary Exposure Assessment Group, International Agency for Research on Cancer (IARC-WHO) , Lyon , France. 46 NA NA NA 47 0 FALSE FALSE FALSE closed closed closed NA
10.1097/pec.0000000000000338 2017 Medical research NA fr 0749-5161 0749-5161 Pediatric Emergency Care en Dilated Cardiomyopathy Caused by Wilms Tumor 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA From the *Pediatric Oncology Unit, Lille Anti Cancer Center Oscar Lambret; †Intensive Care Unit, Lille Children’s Hospital, ‡Department of Pathology, Lille University Hospital §Department of Surgery, Lille Children’s Hospital, and ║Department of Cardiology, Lille University Hospital, Lille, France. 1 NA NA NA 1 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s0021-9509.16.08495-0 2017 Medical research NA fr 0021-9509 0021-9509,1827-191X The Journal of Cardiovascular Surgery en Eversion carotid endarterectomy without shunt: concerning 1385 consecutive cases 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Vascular Surgery, CHU Clermont-Ferrand, Clermont-Ferrand, France. 1 NA NA NA 7 1 NA NA NA NA NA NA NA
10.23736/s0021-9509.16.08495-0 2017 Medical research NA fr 0021-9509 0021-9509,1827-191X The Journal of Cardiovascular Surgery en Eversion carotid endarterectomy without shunt: concerning 1385 consecutive cases 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Vascular Surgery, CHU Clermont-Ferrand, Clermont-Ferrand, France. 2 NA NA NA 7 1 NA NA NA NA NA NA NA
10.23736/s0021-9509.16.08495-0 2017 Medical research NA fr 0021-9509 0021-9509,1827-191X The Journal of Cardiovascular Surgery en Eversion carotid endarterectomy without shunt: concerning 1385 consecutive cases 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Vascular Surgery, CHU Clermont-Ferrand, Clermont-Ferrand, France. 3 NA NA NA 7 1 NA NA NA NA NA NA NA
10.23736/s0021-9509.16.08495-0 2017 Medical research NA fr 0021-9509 0021-9509,1827-191X The Journal of Cardiovascular Surgery en Eversion carotid endarterectomy without shunt: concerning 1385 consecutive cases 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Vascular Surgery, CHU Clermont-Ferrand, Clermont-Ferrand, France. 4 NA NA NA 7 1 NA NA NA NA NA NA NA
10.23736/s0021-9509.16.08495-0 2017 Medical research NA fr 0021-9509 0021-9509,1827-191X The Journal of Cardiovascular Surgery en Eversion carotid endarterectomy without shunt: concerning 1385 consecutive cases 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Faculty of Medicine, Clermont University, Univ Clermont 1, Clermont-Ferrand, France. 4 NA NA NA 7 1 NA NA NA NA NA NA NA
10.23736/s0021-9509.16.08495-0 2017 Medical research NA fr 0021-9509 0021-9509,1827-191X The Journal of Cardiovascular Surgery en Eversion carotid endarterectomy without shunt: concerning 1385 consecutive cases 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Vascular Surgery, CHU Clermont-Ferrand, Clermont-Ferrand, France - . 5 NA NA NA 7 1 NA NA NA NA NA NA NA
10.23736/s0021-9509.16.08495-0 2017 Medical research NA fr 0021-9509 0021-9509,1827-191X The Journal of Cardiovascular Surgery en Eversion carotid endarterectomy without shunt: concerning 1385 consecutive cases 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Faculty of Medicine, Clermont University, Univ Clermont 1, Clermont-Ferrand, France. 5 NA NA NA 7 1 NA NA NA NA NA NA NA
10.1097/coc.0000000000000189 2017 Medical research NA fr 0277-3732 0277-3732 American Journal of Clinical Oncology en Improving Survival in Patients Treated for a Lung Cancer Using Self-Evaluated Symptoms Reported Through a Web Application 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA *Institut Inter-régional Jean Bernard, Le Mans †CORIA UMR 6614-Normandie Université, CNRS-Université et INSA de Rouen, Campus Universitaire du Madrillet, Saint-Etienne du Rouvray ‡Institut de Cancérologie de l’Ouest, Centre Paul Papin, Angers Cedex, France. 1 NA NA NA 1 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s0021-9509.16.08661-4 2017 Medical research NA c(“us”, “gr”, “fr”) 0021-9509 0021-9509,1827-191X The Journal of Cardiovascular Surgery en Endovascular repair of ruptured abdominal aortic aneurysms with the endurant stent-graft: a combined experience from three centers 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Vascular Surgery, Hippokratio University Hospital, Thessaloniki, Greece. 1 NA NA NA 11 0 NA NA NA NA NA NA NA
10.23736/s0021-9509.16.08661-4 2017 Medical research NA c(“us”, “gr”, “fr”) 0021-9509 0021-9509,1827-191X The Journal of Cardiovascular Surgery en Endovascular repair of ruptured abdominal aortic aneurysms with the endurant stent-graft: a combined experience from three centers 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Vascular Surgery, Hippokratio University Hospital, Thessaloniki, Greece - . 2 NA NA NA 11 0 NA NA NA NA NA NA NA
10.23736/s0021-9509.16.08661-4 2017 Medical research NA c(“us”, “gr”, “fr”) 0021-9509 0021-9509,1827-191X The Journal of Cardiovascular Surgery en Endovascular repair of ruptured abdominal aortic aneurysms with the endurant stent-graft: a combined experience from three centers 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Vascular Surgery, University of Oklahoma, Tulsa, OK, USA. 2 NA NA NA 11 0 NA NA NA NA NA NA NA
10.23736/s0021-9509.16.08661-4 2017 Medical research NA c(“us”, “gr”, “fr”) 0021-9509 0021-9509,1827-191X The Journal of Cardiovascular Surgery en Endovascular repair of ruptured abdominal aortic aneurysms with the endurant stent-graft: a combined experience from three centers 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Vascular Surgery, Mutualiste Montsouris Institute, Paris, France. 2 NA NA NA 11 0 NA NA NA NA NA NA NA
10.23736/s0021-9509.16.08661-4 2017 Medical research NA c(“us”, “gr”, “fr”) 0021-9509 0021-9509,1827-191X The Journal of Cardiovascular Surgery en Endovascular repair of ruptured abdominal aortic aneurysms with the endurant stent-graft: a combined experience from three centers 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Vascular Surgery, Agia Olga Hospital, Athens, Greece. 3 NA NA NA 11 0 NA NA NA NA NA NA NA
10.23736/s0021-9509.16.08661-4 2017 Medical research NA c(“us”, “gr”, “fr”) 0021-9509 0021-9509,1827-191X The Journal of Cardiovascular Surgery en Endovascular repair of ruptured abdominal aortic aneurysms with the endurant stent-graft: a combined experience from three centers 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Vascular Surgery, Hippokratio University Hospital, Thessaloniki, Greece. 5 NA NA NA 11 0 NA NA NA NA NA NA NA
10.23736/s0021-9509.16.08661-4 2017 Medical research NA c(“us”, “gr”, “fr”) 0021-9509 0021-9509,1827-191X The Journal of Cardiovascular Surgery en Endovascular repair of ruptured abdominal aortic aneurysms with the endurant stent-graft: a combined experience from three centers 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Vascular Surgery, Agia Olga Hospital, Athens, Greece. 6 NA NA NA 11 0 NA NA NA NA NA NA NA
10.23736/s0021-9509.16.08661-4 2017 Medical research NA c(“us”, “gr”, “fr”) 0021-9509 0021-9509,1827-191X The Journal of Cardiovascular Surgery en Endovascular repair of ruptured abdominal aortic aneurysms with the endurant stent-graft: a combined experience from three centers 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Vascular Surgery, Agia Olga Hospital, Athens, Greece. 7 NA NA NA 11 0 NA NA NA NA NA NA NA
10.23736/s0021-9509.16.08661-4 2017 Medical research NA c(“us”, “gr”, “fr”) 0021-9509 0021-9509,1827-191X The Journal of Cardiovascular Surgery en Endovascular repair of ruptured abdominal aortic aneurysms with the endurant stent-graft: a combined experience from three centers 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Vascular Surgery, University of Oklahoma, Tulsa, OK, USA. 8 NA NA NA 11 0 NA NA NA NA NA NA NA
10.23736/s0021-9509.16.08661-4 2017 Medical research NA c(“us”, “gr”, “fr”) 0021-9509 0021-9509,1827-191X The Journal of Cardiovascular Surgery en Endovascular repair of ruptured abdominal aortic aneurysms with the endurant stent-graft: a combined experience from three centers 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Vascular Surgery, University of Oklahoma, Tulsa, OK, USA. 9 NA NA NA 11 0 NA NA NA NA NA NA NA
10.1016/j.anorl.2015.05.001 2017 Social sciences NA fr 1879-7296 1879-7296 European Annals of Otorhinolaryngology, Head and Neck Diseases en Abecedarium: Who am I? X’… 1 2854.038 openAPC_estimation_publisher_year NA NA 2854.038 4030 Elsevier Elsevier NA NA 1 1 hybrid NA Service d’oto-rhino-laryngologie et de chirurgie cervico-faciale, HEGP, université Paris Descartes Sorbonne Paris Cité, AP-HP, 20-40, rue Leblanc, 75015 Paris, France. Electronic address: . 1 NA NA NA 4 1 TRUE FALSE FALSE publisher hybrid hybrid no license
10.1016/j.anorl.2015.05.001 2017 Social sciences NA fr 1879-7296 1879-7296 European Annals of Otorhinolaryngology, Head and Neck Diseases en Abecedarium: Who am I? X’… 1 2854.038 openAPC_estimation_publisher_year NA NA 2854.038 4030 Elsevier Elsevier NA NA 1 1 hybrid NA 18, rue de la Ferme, 92200, Neuilly-sur-Seine, France. 2 NA NA NA 4 1 TRUE FALSE FALSE publisher hybrid hybrid no license
10.1016/j.anorl.2015.05.001 2017 Social sciences NA fr 1879-7296 1879-7296 European Annals of Otorhinolaryngology, Head and Neck Diseases en Abecedarium: Who am I? X’… 1 2854.038 openAPC_estimation_publisher_year NA NA 2854.038 4030 Elsevier Elsevier NA NA 1 1 hybrid NA Place du Plâtre, 69930 Saint-Laurent-de-Chamousset, France. 3 NA NA NA 4 1 TRUE FALSE FALSE publisher hybrid hybrid no license
10.1016/j.anorl.2015.05.001 2017 Social sciences NA fr 1879-7296 1879-7296 European Annals of Otorhinolaryngology, Head and Neck Diseases en Abecedarium: Who am I? X’… 1 2854.038 openAPC_estimation_publisher_year NA NA 2854.038 4030 Elsevier Elsevier NA NA 1 1 hybrid NA Service ORL, pavillon B, hôpital Nord, CHU de Saint-Étienne, 42055 Saint-Étienne cedex 2, France. 4 NA NA NA 4 1 TRUE FALSE FALSE publisher hybrid hybrid no license
10.23736/s0391-1977.16.02326-9 2017 Medical research NA fr 2724-6116 2724-6507,2724-6116 Minerva Endocrinology en Continuous glucose monitoring and hypoglycemia unawareness in type 1 diabetes: a pilot study 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Endocrinology, Diabetology and Nutrition, University Hospital Reims, Reims, France - . 1 NA NA NA 6 1 NA NA NA NA NA NA NA
10.23736/s0391-1977.16.02326-9 2017 Medical research NA fr 2724-6116 2724-6507,2724-6116 Minerva Endocrinology en Continuous glucose monitoring and hypoglycemia unawareness in type 1 diabetes: a pilot study 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Endocrinology, Diabetology and Nutrition, University Hospital Reims, Reims, France. 2 NA NA NA 6 1 NA NA NA NA NA NA NA
10.23736/s0391-1977.16.02326-9 2017 Medical research NA fr 2724-6116 2724-6507,2724-6116 Minerva Endocrinology en Continuous glucose monitoring and hypoglycemia unawareness in type 1 diabetes: a pilot study 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Endocrinology Clinic, Troyes, France. 3 NA NA NA 6 1 NA NA NA NA NA NA NA
10.23736/s0391-1977.16.02326-9 2017 Medical research NA fr 2724-6116 2724-6507,2724-6116 Minerva Endocrinology en Continuous glucose monitoring and hypoglycemia unawareness in type 1 diabetes: a pilot study 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Methological Assistance Unit, University Hospital Reims, Reims, France. 4 NA NA NA 6 1 NA NA NA NA NA NA NA
10.23736/s0391-1977.16.02326-9 2017 Medical research NA fr 2724-6116 2724-6507,2724-6116 Minerva Endocrinology en Continuous glucose monitoring and hypoglycemia unawareness in type 1 diabetes: a pilot study 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Endocrinology, Diabetology and Nutrition, University Hospital Reims, Reims, France. 5 NA NA NA 6 1 NA NA NA NA NA NA NA
10.23736/s0391-1977.16.02326-9 2017 Medical research NA fr 2724-6116 2724-6507,2724-6116 Minerva Endocrinology en Continuous glucose monitoring and hypoglycemia unawareness in type 1 diabetes: a pilot study 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Endocrinology, Diabetology and Nutrition, University Hospital Reims, Reims, France. 6 NA NA NA 6 1 NA NA NA NA NA NA NA
10.1016/j.pneurobio.2015.07.003 2017 Medical research NA c(“gr”, “fr”) 0301-0082 0301-0082 Progress in Neurobiology en Protein aggregation and neurodegeneration in prototypical neurodegenerative diseases: Examples of amyloidopathies, tauopathies and synucleinopathies 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA Université de Bordeaux, Institut des Maladies Neurodégénératives, UMR 5293, Bordeaux, France; CNRS, Institut des Maladies Neurodégénératives, UMR 5293, Bordeaux, France. 1 NA NA NA 6 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.pneurobio.2015.07.003 2017 Medical research NA c(“gr”, “fr”) 0301-0082 0301-0082 Progress in Neurobiology en Protein aggregation and neurodegeneration in prototypical neurodegenerative diseases: Examples of amyloidopathies, tauopathies and synucleinopathies 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA GAIA Research Center, Bioanalytical Department, The Goulandris Natural History Museum, Kifissia 14562, Greece. 2 NA NA NA 6 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.pneurobio.2015.07.003 2017 Medical research NA c(“gr”, “fr”) 0301-0082 0301-0082 Progress in Neurobiology en Protein aggregation and neurodegeneration in prototypical neurodegenerative diseases: Examples of amyloidopathies, tauopathies and synucleinopathies 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA National and Kapodistrian University of Athens Medical School, Department of Internal Medicine, 75 Mikras Asias Street, Athens 11527, Greece. 3 NA NA NA 6 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.pneurobio.2015.07.003 2017 Medical research NA c(“gr”, “fr”) 0301-0082 0301-0082 Progress in Neurobiology en Protein aggregation and neurodegeneration in prototypical neurodegenerative diseases: Examples of amyloidopathies, tauopathies and synucleinopathies 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA Université de Bordeaux, Institut des Maladies Neurodégénératives, UMR 5293, Bordeaux, France; CNRS, Institut des Maladies Neurodégénératives, UMR 5293, Bordeaux, France. 4 NA NA NA 6 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.pneurobio.2015.07.003 2017 Medical research NA c(“gr”, “fr”) 0301-0082 0301-0082 Progress in Neurobiology en Protein aggregation and neurodegeneration in prototypical neurodegenerative diseases: Examples of amyloidopathies, tauopathies and synucleinopathies 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA Université de Bordeaux, Institut des Maladies Neurodégénératives, UMR 5293, Bordeaux, France; CNRS, Institut des Maladies Neurodégénératives, UMR 5293, Bordeaux, France. Electronic address: . 5 NA NA NA 6 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.pneurobio.2015.07.003 2017 Medical research NA c(“gr”, “fr”) 0301-0082 0301-0082 Progress in Neurobiology en Protein aggregation and neurodegeneration in prototypical neurodegenerative diseases: Examples of amyloidopathies, tauopathies and synucleinopathies 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA GAIA Research Center, Bioanalytical Department, The Goulandris Natural History Museum, Kifissia 14562, Greece; National and Kapodistrian University of Athens Medical School, Department of Pharmacology, 75 Mikras Asias Street, Athens 11527, Greece. Electronic address: . 6 NA NA NA 6 0 FALSE FALSE FALSE closed closed closed NA
10.1162/evco_a_00161 2017 Biology (fond.) NA fr 1063-6560 1063-6560,1530-9304 Evolutionary Computation en Evolutionary Visual Exploration: Evaluation of an IEC Framework for Guided Visual Search 0 NA NA NA NA NA NA MIT Press MIT Press list(id_type = “hal_id”, id_value = “hal-01218959”) hal-01218959 0 4 subscription NA Inria, France . 1 NA NA NA 4 1 TRUE FALSE FALSE repository green green_only NA
10.1162/evco_a_00161 2017 Biology (fond.) NA fr 1063-6560 1063-6560,1530-9304 Evolutionary Computation en Evolutionary Visual Exploration: Evaluation of an IEC Framework for Guided Visual Search 0 NA NA NA NA NA NA MIT Press MIT Press list(id_type = “hal_id”, id_value = “hal-01218959”) hal-01218959 0 4 subscription NA University of Paris-Sud and CNRS (LRI), and Inria, France . 2 NA NA NA 4 1 TRUE FALSE FALSE repository green green_only NA
10.1162/evco_a_00161 2017 Biology (fond.) NA fr 1063-6560 1063-6560,1530-9304 Evolutionary Computation en Evolutionary Visual Exploration: Evaluation of an IEC Framework for Guided Visual Search 0 NA NA NA NA NA NA MIT Press MIT Press list(id_type = “hal_id”, id_value = “hal-01218959”) hal-01218959 0 4 subscription NA Inria, France . 3 NA NA NA 4 1 TRUE FALSE FALSE repository green green_only NA
10.1162/evco_a_00161 2017 Biology (fond.) NA fr 1063-6560 1063-6560,1530-9304 Evolutionary Computation en Evolutionary Visual Exploration: Evaluation of an IEC Framework for Guided Visual Search 0 NA NA NA NA NA NA MIT Press MIT Press list(id_type = “hal_id”, id_value = “hal-01218959”) hal-01218959 0 4 subscription NA INRA, Grignon, France . 4 NA NA NA 4 1 TRUE FALSE FALSE repository green green_only NA
10.1016/j.spinee.2015.07.440 2017 Medical research NA c(“dk”, “us”, “cn”, “be”, “fr”, “ca”, “de”, “jp”, “gb”, “nl”, “es”) 1529-9430 1529-9430 The Spine Journal en Surgery for metastatic spine tumors in the elderly. Advanced age is not a contraindication to surgery! 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of Orthopedic Surgery, L’Institut Mutualiste Montsouris, Paris, France. Electronic address: . 1 NA NA NA 31 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.spinee.2015.07.440 2017 Medical research NA c(“dk”, “us”, “cn”, “be”, “fr”, “ca”, “de”, “jp”, “gb”, “nl”, “es”) 1529-9430 1529-9430 The Spine Journal en Surgery for metastatic spine tumors in the elderly. Advanced age is not a contraindication to surgery! 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of Orthopedic Surgery, L’Institut Mutualiste Montsouris, Paris, France. 2 NA NA NA 31 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.spinee.2015.07.440 2017 Medical research NA c(“dk”, “us”, “cn”, “be”, “fr”, “ca”, “de”, “jp”, “gb”, “nl”, “es”) 1529-9430 1529-9430 The Spine Journal en Surgery for metastatic spine tumors in the elderly. Advanced age is not a contraindication to surgery! 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of Neurosurgery, The National Hospital for Neurology and Neurosurgery, University College London, London, UK. 3 NA NA NA 31 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.spinee.2015.07.440 2017 Medical research NA c(“dk”, “us”, “cn”, “be”, “fr”, “ca”, “de”, “jp”, “gb”, “nl”, “es”) 1529-9430 1529-9430 The Spine Journal en Surgery for metastatic spine tumors in the elderly. Advanced age is not a contraindication to surgery! 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of Neurosurgery, The National Hospital for Neurology and Neurosurgery, University College London, London, UK. 4 NA NA NA 31 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.spinee.2015.07.440 2017 Medical research NA c(“dk”, “us”, “cn”, “be”, “fr”, “ca”, “de”, “jp”, “gb”, “nl”, “es”) 1529-9430 1529-9430 The Spine Journal en Surgery for metastatic spine tumors in the elderly. Advanced age is not a contraindication to surgery! 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of Neurosurgery, The National Hospital for Neurology and Neurosurgery, University College London, London, UK. 5 NA NA NA 31 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.spinee.2015.07.440 2017 Medical research NA c(“dk”, “us”, “cn”, “be”, “fr”, “ca”, “de”, “jp”, “gb”, “nl”, “es”) 1529-9430 1529-9430 The Spine Journal en Surgery for metastatic spine tumors in the elderly. Advanced age is not a contraindication to surgery! 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of Orthopedic Surgery, Kanazawa University, Kanazawa, Japan. 27 NA NA NA 31 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.spinee.2015.07.440 2017 Medical research NA c(“dk”, “us”, “cn”, “be”, “fr”, “ca”, “de”, “jp”, “gb”, “nl”, “es”) 1529-9430 1529-9430 The Spine Journal en Surgery for metastatic spine tumors in the elderly. Advanced age is not a contraindication to surgery! 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of Neurosurgery, Charing Cross Hospital, London, UK. 28 NA NA NA 31 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.spinee.2015.07.440 2017 Medical research NA c(“dk”, “us”, “cn”, “be”, “fr”, “ca”, “de”, “jp”, “gb”, “nl”, “es”) 1529-9430 1529-9430 The Spine Journal en Surgery for metastatic spine tumors in the elderly. Advanced age is not a contraindication to surgery! 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of Orthopedic Surgery, University Medical Center Utrecht, The Netherlands. 29 NA NA NA 31 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.spinee.2015.07.440 2017 Medical research NA c(“dk”, “us”, “cn”, “be”, “fr”, “ca”, “de”, “jp”, “gb”, “nl”, “es”) 1529-9430 1529-9430 The Spine Journal en Surgery for metastatic spine tumors in the elderly. Advanced age is not a contraindication to surgery! 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of Neurosurgery, Jackson Memorial Hospital, University of Miami, Miami, FL, USA. 30 NA NA NA 31 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.spinee.2015.07.440 2017 Medical research NA c(“dk”, “us”, “cn”, “be”, “fr”, “ca”, “de”, “jp”, “gb”, “nl”, “es”) 1529-9430 1529-9430 The Spine Journal en Surgery for metastatic spine tumors in the elderly. Advanced age is not a contraindication to surgery! 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of Orthopedic Surgery, L’Institut Mutualiste Montsouris, Paris, France. 31 NA NA NA 31 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2015.05.003 2017 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie fr Anatomie chirurgicale des tumeurs de moelle épinière 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de neurochirurgie, laboratoire d’anatomie et d’organogenèse, faculté de médecine, université de Picardie-Jules-Verne, 3, rue des Louvels, 80036 Amiens cedex 1, France. Electronic address: . 1 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2015.05.003 2017 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie fr Anatomie chirurgicale des tumeurs de moelle épinière 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de neurochirurgie, laboratoire d’anatomie et d’organogenèse, faculté de médecine, université de Picardie-Jules-Verne, 3, rue des Louvels, 80036 Amiens cedex 1, France. 2 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2015.05.003 2017 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie fr Anatomie chirurgicale des tumeurs de moelle épinière 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de neurochirurgie, laboratoire d’anatomie et d’organogenèse, faculté de médecine, université de Picardie-Jules-Verne, 3, rue des Louvels, 80036 Amiens cedex 1, France. 3 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2015.05.003 2017 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie fr Anatomie chirurgicale des tumeurs de moelle épinière 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de neurochirurgie, laboratoire d’anatomie et d’organogenèse, faculté de médecine, université de Picardie-Jules-Verne, 3, rue des Louvels, 80036 Amiens cedex 1, France. 4 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2015.05.003 2017 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie fr Anatomie chirurgicale des tumeurs de moelle épinière 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de neurochirurgie, laboratoire d’anatomie et d’organogenèse, faculté de médecine, université de Picardie-Jules-Verne, 3, rue des Louvels, 80036 Amiens cedex 1, France. 5 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2015.05.003 2017 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie fr Anatomie chirurgicale des tumeurs de moelle épinière 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de neurochirurgie, laboratoire d’anatomie et d’organogenèse, faculté de médecine, université de Picardie-Jules-Verne, 3, rue des Louvels, 80036 Amiens cedex 1, France. 6 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2015.05.003 2017 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie fr Anatomie chirurgicale des tumeurs de moelle épinière 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de neurochirurgie, laboratoire d’anatomie et d’organogenèse, faculté de médecine, université de Picardie-Jules-Verne, 3, rue des Louvels, 80036 Amiens cedex 1, France. 7 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.rehab.2015.07.004 2017 Medical research NA fr 1877-0657 1877-0657 Annals of Physical and Rehabilitation Medicine en Acquired spatial dyslexia 1 2854.038 openAPC_estimation_publisher_year NA NA 2854.038 4030 Elsevier Elsevier NA NA 1 1 hybrid NA Laboratoire: EA 4468, équipe neuropsychologie du vieillissement, Paris Descartes university, centre Henri-Piéron, institute of psychology, 71, avenue Edouard-Vaillant, 92774, Boulogne-Billancourt cedex, France. Electronic address: . 1 NA NA NA 1 1 TRUE FALSE FALSE publisher hybrid hybrid no license
10.1016/j.jmii.2015.05.018 2017 Medical research NA c(“pf”, “fr”) 1684-1182 1684-1182 Journal of Microbiology, Immunology and Infection en Diversity of Mycobacterium tuberculosis lineages in French Polynesia 1 2854.038 openAPC_estimation_publisher_year 936.2419 1000 2854.038 4030 Elsevier Elsevier list(id_type = “hal_id”, id_value = “hal-01573784”) hal-01573784 0 1 gold gold Unité de Recherche sur les Maladies Infectieuses et Tropicales Emergentes (URMITE), UMR CNRS 7278, IRD 198, INSERM 1095, Faculté de Médecine, Marseille, France; Institut de Recherche Médicinale (IRM), Centre d’études et de Recherche de Djibouti (CERD), Djibouti. 1 NA NA NA 4 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by-nc-nd
10.1016/j.jmii.2015.05.018 2017 Medical research NA c(“pf”, “fr”) 1684-1182 1684-1182 Journal of Microbiology, Immunology and Infection en Diversity of Mycobacterium tuberculosis lineages in French Polynesia 1 2854.038 openAPC_estimation_publisher_year 936.2419 1000 2854.038 4030 Elsevier Elsevier list(id_type = “hal_id”, id_value = “hal-01573784”) hal-01573784 0 1 gold gold Unité de Recherche sur les Maladies Infectieuses et Tropicales Emergentes (URMITE), UMR CNRS 7278, IRD 198, INSERM 1095, Faculté de Médecine, Marseille, France. 2 NA NA NA 4 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by-nc-nd
10.1016/j.jmii.2015.05.018 2017 Medical research NA c(“pf”, “fr”) 1684-1182 1684-1182 Journal of Microbiology, Immunology and Infection en Diversity of Mycobacterium tuberculosis lineages in French Polynesia 1 2854.038 openAPC_estimation_publisher_year 936.2419 1000 2854.038 4030 Elsevier Elsevier list(id_type = “hal_id”, id_value = “hal-01573784”) hal-01573784 0 1 gold gold Unité de Recherche sur les Maladies Infectieuses et Tropicales Emergentes (URMITE), UMR CNRS 7278, IRD 198, INSERM 1095, Faculté de Médecine, Marseille, France. Electronic address: . 3 NA NA NA 4 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by-nc-nd
10.1016/j.jmii.2015.05.018 2017 Medical research NA c(“pf”, “fr”) 1684-1182 1684-1182 Journal of Microbiology, Immunology and Infection en Diversity of Mycobacterium tuberculosis lineages in French Polynesia 1 2854.038 openAPC_estimation_publisher_year 936.2419 1000 2854.038 4030 Elsevier Elsevier list(id_type = “hal_id”, id_value = “hal-01573784”) hal-01573784 0 1 gold gold Pôle de recherche et de veille sur les maladies infectieuses émergente, Institut Louis Malardé, Tahiti, French Polynesia. Electronic address: . 4 NA NA NA 4 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by-nc-nd
10.1097/mej.0000000000000312 2017 Medical research NA fr 0969-9546 0969-9546 European Journal of Emergency Medicine en ECG interpretation in Emergency Department residents 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA aEmergency Department, La Roche sur Yon Hospital, La Roche Sur Yon bEmergency Department, Saint Nazaire Hospital, Saint Nazaire cEmergency Department, Chateaubriant Hospital, Châteaubriant Departments of dEmergency eInternal Medicine, Nantes University Hospital, Nantes, France. 1 NA NA NA 1 1 FALSE FALSE FALSE closed closed closed NA
10.1080/10408398.2014.967385 2017 Biology (fond.) NA c(“ch”, “il”, “it”, “gb”, “pt”, “fr”) 1040-8398 1040-8398,1549-7852 Critical Reviews in Food Science and Nutrition en Dairy products and inflammation: A review of the clinical evidence 1 1203.445 openAPC_estimation_publisher_year NA NA 1203.445 724 Informa Informa NA NA 1 3 hybrid NA a Department of Agri-Food Sciences and Technologies , University of Bologna , Bologna , Italy. 1 NA NA NA 16 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid cc-by-nc-nd
10.1080/10408398.2014.967385 2017 Biology (fond.) NA c(“ch”, “il”, “it”, “gb”, “pt”, “fr”) 1040-8398 1040-8398,1549-7852 Critical Reviews in Food Science and Nutrition en Dairy products and inflammation: A review of the clinical evidence 1 1203.445 openAPC_estimation_publisher_year NA NA 1203.445 724 Informa Informa NA NA 1 3 hybrid NA a Department of Agri-Food Sciences and Technologies , University of Bologna , Bologna , Italy. 2 NA NA NA 16 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid cc-by-nc-nd
10.1080/10408398.2014.967385 2017 Biology (fond.) NA c(“ch”, “il”, “it”, “gb”, “pt”, “fr”) 1040-8398 1040-8398,1549-7852 Critical Reviews in Food Science and Nutrition en Dairy products and inflammation: A review of the clinical evidence 1 1203.445 openAPC_estimation_publisher_year NA NA 1203.445 724 Informa Informa NA NA 1 3 hybrid NA b INRA, UMR 1019, UNH, CRNH Auvergne , Clermont-Ferrand , France. 3 NA NA NA 16 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid cc-by-nc-nd
10.1080/10408398.2014.967385 2017 Biology (fond.) NA c(“ch”, “il”, “it”, “gb”, “pt”, “fr”) 1040-8398 1040-8398,1549-7852 Critical Reviews in Food Science and Nutrition en Dairy products and inflammation: A review of the clinical evidence 1 1203.445 openAPC_estimation_publisher_year NA NA 1203.445 724 Informa Informa NA NA 1 3 hybrid NA c Clermont Université , Université d’Auvergne, Unité de Nutrition Humaine , Clermont-Ferrand , France. 3 NA NA NA 16 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid cc-by-nc-nd
10.1080/10408398.2014.967385 2017 Biology (fond.) NA c(“ch”, “il”, “it”, “gb”, “pt”, “fr”) 1040-8398 1040-8398,1549-7852 Critical Reviews in Food Science and Nutrition en Dairy products and inflammation: A review of the clinical evidence 1 1203.445 openAPC_estimation_publisher_year NA NA 1203.445 724 Informa Informa NA NA 1 3 hybrid NA d INRA, Joint Research Unit 1253, Science & Technology of Milk and Egg Products , Rennes , France. 4 NA NA NA 16 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid cc-by-nc-nd


2018

import_manips(2018)

Temps d’exécution de l’import des données : 13.41 secs.

Dimensions du jeu de données : 585731 observations et 39 variables (1 ligne = 1 auteur).

Nombre d’articles : 136506.

Les 100 premières observations :

n_100_kable(data)
doi year bso_classification coi detected_countries journal_issn_l journal_issns journal_name lang title has_apc amount_apc_EUR apc_source amount_apc_doaj_EUR amount_apc_doaj amount_apc_openapc_EUR count_apc_openapc_key publisher_group publisher_dissemination external_ids hal_id is_covered_by_couperin tier journal_color journal_color_doaj name author_position corresponding email country nb_authors is_french_CA oa_details.2020.is_oa oa_details.2020.journal_is_in_doaj oa_details.2020.journal_is_oa oa_details.2020.oa_host_type oa_details.2020.oa_colors oa_details.2020.oa_colors_with_priority_to_publisher oa_details.2020.licence_publisher
10.1002/uog.14642 2018 Medical research NA c(“be”, “fr”) 0960-7692 0960-7692,1469-0705 Ultrasound in Obstetrics & Gynecology en Minimally invasive fetal autopsy using ultrasound: a feasibility study 1 2270.0230 openAPC_estimation_issn NA NA 2270.0230 10 Wiley Wiley NA NA 1 2 hybrid NA Departments of Obstetrics and Gynaecology, University Hospital Brugmann, Université Libre de Bruxelles, Brussels, Belgium. 1 NA NA NA 11 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1002/uog.14642 2018 Medical research NA c(“be”, “fr”) 0960-7692 0960-7692,1469-0705 Ultrasound in Obstetrics & Gynecology en Minimally invasive fetal autopsy using ultrasound: a feasibility study 1 2270.0230 openAPC_estimation_issn NA NA 2270.0230 10 Wiley Wiley NA NA 1 2 hybrid NA Departments of Obstetrics and Gynaecology, University Hospital Brugmann, Université Libre de Bruxelles, Brussels, Belgium. 2 NA NA NA 11 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1002/uog.14642 2018 Medical research NA c(“be”, “fr”) 0960-7692 0960-7692,1469-0705 Ultrasound in Obstetrics & Gynecology en Minimally invasive fetal autopsy using ultrasound: a feasibility study 1 2270.0230 openAPC_estimation_issn NA NA 2270.0230 10 Wiley Wiley NA NA 1 2 hybrid NA Department of Feto-Pathology, University Hospital Brugmann, Université Libre de Bruxelles, Brussels, Belgium. 3 NA NA NA 11 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1002/uog.14642 2018 Medical research NA c(“be”, “fr”) 0960-7692 0960-7692,1469-0705 Ultrasound in Obstetrics & Gynecology en Minimally invasive fetal autopsy using ultrasound: a feasibility study 1 2270.0230 openAPC_estimation_issn NA NA 2270.0230 10 Wiley Wiley NA NA 1 2 hybrid NA Départment de Génétique Histologie-Embryologie-Cytogénétique, Hopital Necker-Enfant Malade, AP-HP, Paris, France. 3 NA NA NA 11 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1002/uog.14642 2018 Medical research NA c(“be”, “fr”) 0960-7692 0960-7692,1469-0705 Ultrasound in Obstetrics & Gynecology en Minimally invasive fetal autopsy using ultrasound: a feasibility study 1 2270.0230 openAPC_estimation_issn NA NA 2270.0230 10 Wiley Wiley NA NA 1 2 hybrid NA Department of Feto-Pathology, University Hospital Brugmann, Université Libre de Bruxelles, Brussels, Belgium. 4 NA NA NA 11 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1002/uog.14642 2018 Medical research NA c(“be”, “fr”) 0960-7692 0960-7692,1469-0705 Ultrasound in Obstetrics & Gynecology en Minimally invasive fetal autopsy using ultrasound: a feasibility study 1 2270.0230 openAPC_estimation_issn NA NA 2270.0230 10 Wiley Wiley NA NA 1 2 hybrid NA Départment de Génétique Histologie-Embryologie-Cytogénétique, Hopital Necker-Enfant Malade, AP-HP, Paris, France. 6 NA NA NA 11 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1002/uog.14642 2018 Medical research NA c(“be”, “fr”) 0960-7692 0960-7692,1469-0705 Ultrasound in Obstetrics & Gynecology en Minimally invasive fetal autopsy using ultrasound: a feasibility study 1 2270.0230 openAPC_estimation_issn NA NA 2270.0230 10 Wiley Wiley NA NA 1 2 hybrid NA Departments of Obstetrics and Gynaecology, University Hospital Brugmann, Université Libre de Bruxelles, Brussels, Belgium. 7 NA NA NA 11 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1002/uog.14642 2018 Medical research NA c(“be”, “fr”) 0960-7692 0960-7692,1469-0705 Ultrasound in Obstetrics & Gynecology en Minimally invasive fetal autopsy using ultrasound: a feasibility study 1 2270.0230 openAPC_estimation_issn NA NA 2270.0230 10 Wiley Wiley NA NA 1 2 hybrid NA Departments of Obstetrics and Gynaecology, University Hospital Brugmann, Université Libre de Bruxelles, Brussels, Belgium. 8 NA NA NA 11 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1002/uog.14642 2018 Medical research NA c(“be”, “fr”) 0960-7692 0960-7692,1469-0705 Ultrasound in Obstetrics & Gynecology en Minimally invasive fetal autopsy using ultrasound: a feasibility study 1 2270.0230 openAPC_estimation_issn NA NA 2270.0230 10 Wiley Wiley NA NA 1 2 hybrid NA Departments of Obstetrics and Gynaecology, University Hospital Brugmann, Université Libre de Bruxelles, Brussels, Belgium. 9 NA NA NA 11 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1002/uog.14642 2018 Medical research NA c(“be”, “fr”) 0960-7692 0960-7692,1469-0705 Ultrasound in Obstetrics & Gynecology en Minimally invasive fetal autopsy using ultrasound: a feasibility study 1 2270.0230 openAPC_estimation_issn NA NA 2270.0230 10 Wiley Wiley NA NA 1 2 hybrid NA Departments of Obstetrics and Gynaecology, University Hospital Brugmann, Université Libre de Bruxelles, Brussels, Belgium. 10 NA NA NA 11 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1016/j.neuchi.2014.06.007 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Molecular genetics of meningiomas: Building the roadmap towards personalized therapy 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de Neurochirurgie, AP-HP, Hôpital Pitié Salpêtrière, 47-83, boulevard de l’Hôpital, 75013 Paris, France; Inserm, UMR S975, Institut du Cerveau et de la Moelle Épinière, 75013 Paris, France; Université Paris 6 - Pierre-et-Marie-Curie, 75013 Paris, France. 1 NA NA NA 2 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2014.06.007 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Molecular genetics of meningiomas: Building the roadmap towards personalized therapy 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de Neurochirurgie, AP-HP, Hôpital Pitié Salpêtrière, 47-83, boulevard de l’Hôpital, 75013 Paris, France; Inserm, UMR S975, Institut du Cerveau et de la Moelle Épinière, 75013 Paris, France; Université Paris 6 - Pierre-et-Marie-Curie, 75013 Paris, France. Electronic address: . 2 NA NA NA 2 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2014.05.006 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Epidemiology of meningiomas 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Laboratoire santé travail et environnement, université de Bordeaux 2, hôpital Pellegrin,, place Amélie Raba-Léon, 33076 Bordeaux cedex, France. 1 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2014.05.006 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Epidemiology of meningiomas 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de neurochirurgie, université de Bordeaux 2, hôpital Pellegrin,, place Amélie-Raba-Léon, 33076 Bordeaux cedex, France. 2 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2014.05.006 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Epidemiology of meningiomas 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de neurochirurgie, université de Bordeaux 2, hôpital Pellegrin,, place Amélie-Raba-Léon, 33076 Bordeaux cedex, France. 3 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2014.05.006 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Epidemiology of meningiomas 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de neurochirurgie et French Brain Tumor DataBase, hôpital Gui-de-Chauliac, CHU de Montpellier, 80, avenue Augustin-Fliche, 34295 Montpellier cedex 5, France. 4 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2014.05.006 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Epidemiology of meningiomas 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Laboratoire santé travail et environnement, université de Bordeaux 2, hôpital Pellegrin,, place Amélie Raba-Léon, 33076 Bordeaux cedex, France. 5 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2014.05.006 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Epidemiology of meningiomas 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Laboratoire santé travail et environnement, université de Bordeaux 2, hôpital Pellegrin,, place Amélie Raba-Léon, 33076 Bordeaux cedex, France. 6 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2014.05.006 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Epidemiology of meningiomas 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de neurochirurgie, université de Bordeaux 2, hôpital Pellegrin,, place Amélie-Raba-Léon, 33076 Bordeaux cedex, France. Electronic address: . 7 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.12688/f1000research.5977.3 2018 Biology (fond.) Competing interests: No competing interests were disclosed. c(“ca”, “fr”) 2046-1402 2046-1402 F1000Research en Looking for effects of qualia on event-related brain potentials of close others in search for a cause of the similarity of qualia assumed across individuals 1 684.2205 openAPC_estimation_issn_year 1150.209 1350 684.2205 21 F1000 F1000 NA NA 0 4 gold gold Douglas Mental Health University Institute, Montréal, Québec, H4H 1R3, Canada. 1 NA NA NA 5 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.12688/f1000research.5977.3 2018 Biology (fond.) Competing interests: No competing interests were disclosed. c(“ca”, “fr”) 2046-1402 2046-1402 F1000Research en Looking for effects of qualia on event-related brain potentials of close others in search for a cause of the similarity of qualia assumed across individuals 1 684.2205 openAPC_estimation_issn_year 1150.209 1350 684.2205 21 F1000 F1000 NA NA 0 4 gold gold École Normale Supérieure de Lyon, Lyon, 69007, France. 2 NA NA NA 5 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.12688/f1000research.5977.3 2018 Biology (fond.) Competing interests: No competing interests were disclosed. c(“ca”, “fr”) 2046-1402 2046-1402 F1000Research en Looking for effects of qualia on event-related brain potentials of close others in search for a cause of the similarity of qualia assumed across individuals 1 684.2205 openAPC_estimation_issn_year 1150.209 1350 684.2205 21 F1000 F1000 NA NA 0 4 gold gold Douglas Mental Health University Institute, Montréal, Québec, H4H 1R3, Canada. 3 NA NA NA 5 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.12688/f1000research.5977.3 2018 Biology (fond.) Competing interests: No competing interests were disclosed. c(“ca”, “fr”) 2046-1402 2046-1402 F1000Research en Looking for effects of qualia on event-related brain potentials of close others in search for a cause of the similarity of qualia assumed across individuals 1 684.2205 openAPC_estimation_issn_year 1150.209 1350 684.2205 21 F1000 F1000 NA NA 0 4 gold gold Department of Neurology and Neurosurgery, McGill University, Montréal, Québec, H3A 2B4, Canada. 3 NA NA NA 5 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.12688/f1000research.5977.3 2018 Biology (fond.) Competing interests: No competing interests were disclosed. c(“ca”, “fr”) 2046-1402 2046-1402 F1000Research en Looking for effects of qualia on event-related brain potentials of close others in search for a cause of the similarity of qualia assumed across individuals 1 684.2205 openAPC_estimation_issn_year 1150.209 1350 684.2205 21 F1000 F1000 NA NA 0 4 gold gold Department of Psychiatry, McGill University, Montréal, Québec, H3A 1A1, Canada. 3 NA NA NA 5 0 TRUE TRUE TRUE publisher;repository c(“green”, “gold”) gold cc-by
10.1016/j.neuchi.2014.08.004 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Ethics and meningiomas: From prudence to obstinacy? The position of the neurosurgeon (for treatment or insurance purposes) in the case of complaints concerning post-operative clinical deterioration 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de neurochirurgie, CHU de Saint-Étienne, 42055 Saint-Étienne cedex, France. Electronic address: . 1 NA NA NA 1 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2014.11.012 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Management of multiple tumors in neurofibromatosis type 2 patients 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of Neurosurgery, Lille University Hospital, rue E.-Lainé, 59037 Lille cedex, France. Electronic address: . 1 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2014.11.012 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Management of multiple tumors in neurofibromatosis type 2 patients 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of Otology and Neurotology, Lille University Hospital, rue E.-Lainé, 59037 Lille cedex, France. 2 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2014.11.012 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Management of multiple tumors in neurofibromatosis type 2 patients 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of Neurosurgery, Lille University Hospital, rue E.-Lainé, 59037 Lille cedex, France. 3 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2014.11.012 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Management of multiple tumors in neurofibromatosis type 2 patients 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of Neurosurgery, Lille University Hospital, rue E.-Lainé, 59037 Lille cedex, France. 4 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2014.11.012 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Management of multiple tumors in neurofibromatosis type 2 patients 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of Otology and Neurotology, Lille University Hospital, rue E.-Lainé, 59037 Lille cedex, France. 5 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2014.11.012 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Management of multiple tumors in neurofibromatosis type 2 patients 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of Otology and Neurotology, Lille University Hospital, rue E.-Lainé, 59037 Lille cedex, France. 6 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2014.11.012 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Management of multiple tumors in neurofibromatosis type 2 patients 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of Neurosurgery, Lille University Hospital, rue E.-Lainé, 59037 Lille cedex, France. 7 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2015.01.004 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Neurofibromatosis type 2 French cohort analysis using a comprehensive NF2 molecular diagnostic strategy 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA EA7331, faculté de pharmacie de Paris, université Paris Descartes, Sorbonne Paris Cité, Paris, France; Service de biochimie et de génétique moléculaire, hôpital Cochin, AP-HP, Paris, France. 1 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2015.01.004 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Neurofibromatosis type 2 French cohort analysis using a comprehensive NF2 molecular diagnostic strategy 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de biochimie et de génétique moléculaire, hôpital Cochin, AP-HP, Paris, France. 2 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2015.01.004 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Neurofibromatosis type 2 French cohort analysis using a comprehensive NF2 molecular diagnostic strategy 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA EA7331, faculté de pharmacie de Paris, université Paris Descartes, Sorbonne Paris Cité, Paris, France; Service de biochimie et de génétique moléculaire, hôpital Cochin, AP-HP, Paris, France. 3 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2015.01.004 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Neurofibromatosis type 2 French cohort analysis using a comprehensive NF2 molecular diagnostic strategy 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de biochimie et de génétique moléculaire, hôpital Cochin, AP-HP, Paris, France. 4 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2015.01.004 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Neurofibromatosis type 2 French cohort analysis using a comprehensive NF2 molecular diagnostic strategy 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA EA7331, faculté de pharmacie de Paris, université Paris Descartes, Sorbonne Paris Cité, Paris, France. 5 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2015.01.004 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Neurofibromatosis type 2 French cohort analysis using a comprehensive NF2 molecular diagnostic strategy 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA EA7331, faculté de pharmacie de Paris, université Paris Descartes, Sorbonne Paris Cité, Paris, France; Service de biochimie et de génétique moléculaire, hôpital Cochin, AP-HP, Paris, France. 6 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2015.01.004 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Neurofibromatosis type 2 French cohort analysis using a comprehensive NF2 molecular diagnostic strategy 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA EA7331, faculté de pharmacie de Paris, université Paris Descartes, Sorbonne Paris Cité, Paris, France; Service de biochimie et de génétique moléculaire, hôpital Cochin, AP-HP, Paris, France. 7 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2015.01.004 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Neurofibromatosis type 2 French cohort analysis using a comprehensive NF2 molecular diagnostic strategy 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de neurochirurgie, hôpital Beaujon, AP-HP, Clichy, France. 8 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2015.01.004 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Neurofibromatosis type 2 French cohort analysis using a comprehensive NF2 molecular diagnostic strategy 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de neurochirurgie, hôpital Pitié-Salpétrière, AP-HP, Paris, France. 9 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2015.01.004 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Neurofibromatosis type 2 French cohort analysis using a comprehensive NF2 molecular diagnostic strategy 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA EA7331, faculté de pharmacie de Paris, université Paris Descartes, Sorbonne Paris Cité, Paris, France; Service de biochimie et de génétique moléculaire, hôpital Cochin, AP-HP, Paris, France. Electronic address: . 10 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2014.11.013 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Descriptive epidemiology of 13,038 newly diagnosed and histologically confirmed meningiomas in France: 2006–2010 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of neurosurgery, Gui-de-Chauliac hospital, CHU Montpellier, 34295 Montpellier cedex 5, France; Inserm U 1051, INM Montpellier, 34091 Montpellier, France. 1 NA NA NA 12 1 TRUE FALSE FALSE publisher other other no license
10.1016/j.neuchi.2014.11.013 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Descriptive epidemiology of 13,038 newly diagnosed and histologically confirmed meningiomas in France: 2006–2010 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Inserm U 1051, INM Montpellier, 34091 Montpellier, France; Department of medical oncology and department of radiation oncology, ICM, 34298 Montpellier cedex 5, France. 2 NA NA NA 12 1 TRUE FALSE FALSE publisher other other no license
10.1016/j.neuchi.2014.11.013 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Descriptive epidemiology of 13,038 newly diagnosed and histologically confirmed meningiomas in France: 2006–2010 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of pathology, Gui-de-Chauliac hospital, CHU Montpellier, 34295 Montpellier cedex 5, France. 3 NA NA NA 12 1 TRUE FALSE FALSE publisher other other no license
10.1016/j.neuchi.2014.11.013 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Descriptive epidemiology of 13,038 newly diagnosed and histologically confirmed meningiomas in France: 2006–2010 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of epidemiology, French Brain Tumor Database, GNOLR, Registre des Tumeurs de l’Hérault, ICM, 34298 Montpellier cedex 5, France. 4 NA NA NA 12 1 TRUE FALSE FALSE publisher other other no license
10.1016/j.neuchi.2014.11.013 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Descriptive epidemiology of 13,038 newly diagnosed and histologically confirmed meningiomas in France: 2006–2010 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of epidemiology, French Brain Tumor Database, GNOLR, Registre des Tumeurs de l’Hérault, ICM, 34298 Montpellier cedex 5, France. 5 NA NA NA 12 1 TRUE FALSE FALSE publisher other other no license
10.1016/j.neuchi.2014.11.013 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Descriptive epidemiology of 13,038 newly diagnosed and histologically confirmed meningiomas in France: 2006–2010 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Registre des Tumeurs de l’Hérault, ICM, 34298 Montpellier cedex 5, France. 8 NA NA NA 12 1 TRUE FALSE FALSE publisher other other no license
10.1016/j.neuchi.2014.11.013 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Descriptive epidemiology of 13,038 newly diagnosed and histologically confirmed meningiomas in France: 2006–2010 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Inserm U 911, department of neuropathology, hôpital de La Timone, université de la Méditerranée, 13005 Marseille, France. 9 NA NA NA 12 1 TRUE FALSE FALSE publisher other other no license
10.1016/j.neuchi.2014.11.013 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Descriptive epidemiology of 13,038 newly diagnosed and histologically confirmed meningiomas in France: 2006–2010 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of neuro-oncology, CHU Poitiers, 86021 Poitiers cedex, France. 10 NA NA NA 12 1 TRUE FALSE FALSE publisher other other no license
10.1016/j.neuchi.2014.11.013 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Descriptive epidemiology of 13,038 newly diagnosed and histologically confirmed meningiomas in France: 2006–2010 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of neurosurgery, CHU Bordeaux, 33000 Bordeaux, France. 11 NA NA NA 12 1 TRUE FALSE FALSE publisher other other no license
10.1016/j.neuchi.2014.11.013 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Descriptive epidemiology of 13,038 newly diagnosed and histologically confirmed meningiomas in France: 2006–2010 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of neurosurgery, Gui-de-Chauliac hospital, CHU Montpellier, 34295 Montpellier cedex 5, France; Inserm U 1051, INM Montpellier, 34091 Montpellier, France. Electronic address: . 12 NA NA NA 12 1 TRUE FALSE FALSE publisher other other no license
10.1016/j.neuchi.2014.10.112 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Fractionated radiotherapy and radiosurgery of intracranial meningiomas 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Centre Jean-Perrin, Département de Radiothérapie, 63000 Clermont-Ferrand, France. 1 NA NA NA 4 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2014.10.112 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Fractionated radiotherapy and radiosurgery of intracranial meningiomas 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA CHU de Clermont-Ferrand, Hôpital Gabriel-Montpied, Service de Neurochirurgie, 63003 Clermont-Ferrand, France. 2 NA NA NA 4 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2014.10.112 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Fractionated radiotherapy and radiosurgery of intracranial meningiomas 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Centre Jean-Perrin, Département de Radiothérapie, 63000 Clermont-Ferrand, France. 3 NA NA NA 4 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2014.10.112 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Fractionated radiotherapy and radiosurgery of intracranial meningiomas 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA CHU de Clermont-Ferrand, Hôpital Gabriel-Montpied, Service de Neurochirurgie, 63003 Clermont-Ferrand, France. Electronic address: . 4 NA NA NA 4 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2015.03.012 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Natural history of vestibular schwannomas and hearing loss in NF2 patients 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de neurochirurgie, hôpital de La Pitié-Salpêtrière, AP-HP, 75013 Paris, France; Université Pierre-et-Marie-Curie, Paris-VI, 75013 Paris, France. 1 NA NA NA 4 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2015.03.012 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Natural history of vestibular schwannomas and hearing loss in NF2 patients 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service d’otologie, d’otoneurochirurgie et de chirurgie cervico-faciale, hôpital de La Pitié-Salpêtrière, AP-HP, 75013 Paris, France; Université Pierre-et-Marie-Curie, Paris-VI, 75013 Paris, France. 2 NA NA NA 4 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2015.03.012 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Natural history of vestibular schwannomas and hearing loss in NF2 patients 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Université Pierre-et-Marie-Curie, Paris-VI, 75013 Paris, France; Université Pierre-et-Marie-Curie, Paris-VI, 75013 Paris, France. 3 NA NA NA 4 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.neuchi.2015.03.012 2018 Medical research NA fr 0028-3770 0028-3770 Neurochirurgie en Natural history of vestibular schwannomas and hearing loss in NF2 patients 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Service de neurochirurgie, hôpital de La Pitié-Salpêtrière, AP-HP, 75013 Paris, France; Université Pierre-et-Marie-Curie, Paris-VI, 75013 Paris, France. Electronic address: . 4 NA NA NA 4 1 FALSE FALSE FALSE closed closed closed NA
10.1080/15476286.2015.1107704 2018 Biology (fond.) NA fr 1547-6286 1547-6286,1555-8584 RNA Biology en tRNA fragmentation and protein translation dynamics in the course of kidney injury 1 1393.9939 openAPC_estimation_issn NA NA 1393.9939 41 Informa Informa NA NA 1 3 hybrid NA a INSERM U1147, Center Universitaire des Saints Pères , Paris , France. 1 NA NA NA 5 1 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1080/15476286.2015.1107704 2018 Biology (fond.) NA fr 1547-6286 1547-6286,1555-8584 RNA Biology en tRNA fragmentation and protein translation dynamics in the course of kidney injury 1 1393.9939 openAPC_estimation_issn NA NA 1393.9939 41 Informa Informa NA NA 1 3 hybrid NA b Université Paris Descartes , Paris , France. 1 NA NA NA 5 1 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1080/15476286.2015.1107704 2018 Biology (fond.) NA fr 1547-6286 1547-6286,1555-8584 RNA Biology en tRNA fragmentation and protein translation dynamics in the course of kidney injury 1 1393.9939 openAPC_estimation_issn NA NA 1393.9939 41 Informa Informa NA NA 1 3 hybrid NA a INSERM U1147, Center Universitaire des Saints Pères , Paris , France. 2 NA NA NA 5 1 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1080/15476286.2015.1107704 2018 Biology (fond.) NA fr 1547-6286 1547-6286,1555-8584 RNA Biology en tRNA fragmentation and protein translation dynamics in the course of kidney injury 1 1393.9939 openAPC_estimation_issn NA NA 1393.9939 41 Informa Informa NA NA 1 3 hybrid NA b Université Paris Descartes , Paris , France. 2 NA NA NA 5 1 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1080/15476286.2015.1107704 2018 Biology (fond.) NA fr 1547-6286 1547-6286,1555-8584 RNA Biology en tRNA fragmentation and protein translation dynamics in the course of kidney injury 1 1393.9939 openAPC_estimation_issn NA NA 1393.9939 41 Informa Informa NA NA 1 3 hybrid NA c Service de Biochimie, Hôpital Européen Gorges Pompidou , Paris , France. 2 NA NA NA 5 1 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1016/j.resp.2015.11.001 2018 Biology (fond.) NA fr 1569-9048 1569-9048 Respiratory Physiology & Neurobiology en Respiratory chemoreflex response inhibition by dorsomedian hypothalamic nucleus activation in rats 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Sorbonne Universités, UPMC Univ Paris 06, INSERM, UMR_S 1158, Neurophysiologie Respiratoire Expérimentale et Clinique, F-75005, Paris, France; APHP, Groupe Hospitalier Pitié-Salpêtrière, Charles Foix, Service de Pneumologie et Réanimation Médicale (Département R3J), 75013 Paris, France. 1 NA NA NA 3 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.resp.2015.11.001 2018 Biology (fond.) NA fr 1569-9048 1569-9048 Respiratory Physiology & Neurobiology en Respiratory chemoreflex response inhibition by dorsomedian hypothalamic nucleus activation in rats 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Sorbonne Universités, UPMC Univ Paris 06, INSERM, UMR_S 1158, Neurophysiologie Respiratoire Expérimentale et Clinique, F-75005, Paris, France; APHP, Groupe Hospitalier Pitié-Salpêtrière, Charles Foix, Service de Pneumologie et Réanimation Médicale (Département R3J), 75013 Paris, France. 2 NA NA NA 3 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.resp.2015.11.001 2018 Biology (fond.) NA fr 1569-9048 1569-9048 Respiratory Physiology & Neurobiology en Respiratory chemoreflex response inhibition by dorsomedian hypothalamic nucleus activation in rats 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Sorbonne Universités, UPMC Univ Paris 06, INSERM, UMR_S 1158, Neurophysiologie Respiratoire Expérimentale et Clinique, F-75005, Paris, France; APHP, Groupe Hospitalier Pitié-Salpêtrière, Charles Foix, Service de Pneumologie et Réanimation Médicale (Département R3J), 75013 Paris, France. Electronic address: . 3 NA NA NA 3 1 FALSE FALSE FALSE closed closed closed NA
10.1097/coc.0000000000000233 2018 Medical research NA fr 0277-3732 0277-3732 American Journal of Clinical Oncology en Chronological Age and Risk of Chemotherapy Nonfeasibility: 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 hybrid NA IMRB-EA 7376 CEpiA Clinical Epidemiology And Ageing, Faculty of Medicine, A-TVB DHU. 1 NA NA NA 27 0 FALSE FALSE FALSE closed closed closed NA
10.1097/coc.0000000000000233 2018 Medical research NA fr 0277-3732 0277-3732 American Journal of Clinical Oncology en Chronological Age and Risk of Chemotherapy Nonfeasibility: 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 hybrid NA Geriatric Oncology Unit, Geriatrics Department. 1 NA NA NA 27 0 FALSE FALSE FALSE closed closed closed NA
10.1097/coc.0000000000000233 2018 Medical research NA fr 0277-3732 0277-3732 American Journal of Clinical Oncology en Chronological Age and Risk of Chemotherapy Nonfeasibility: 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 hybrid NA Gastro Enterology and Digestive Oncology, APHP, Avicennes Hospital. 2 NA NA NA 27 0 FALSE FALSE FALSE closed closed closed NA
10.1097/coc.0000000000000233 2018 Medical research NA fr 0277-3732 0277-3732 American Journal of Clinical Oncology en Chronological Age and Risk of Chemotherapy Nonfeasibility: 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 hybrid NA IMRB-EA 7376 CEpiA Clinical Epidemiology And Ageing, Faculty of Medicine, A-TVB DHU. 3 NA NA NA 27 0 FALSE FALSE FALSE closed closed closed NA
10.1097/coc.0000000000000233 2018 Medical research NA fr 0277-3732 0277-3732 American Journal of Clinical Oncology en Chronological Age and Risk of Chemotherapy Nonfeasibility: 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 hybrid NA Public Healh Department, APHP, Henri Mondor Hospital. 3 NA NA NA 27 0 FALSE FALSE FALSE closed closed closed NA
10.1097/coc.0000000000000233 2018 Medical research NA fr 0277-3732 0277-3732 American Journal of Clinical Oncology en Chronological Age and Risk of Chemotherapy Nonfeasibility: 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 hybrid NA Research Clinic Unit. 12 NA NA NA 27 0 FALSE FALSE FALSE closed closed closed NA
10.1097/coc.0000000000000233 2018 Medical research NA fr 0277-3732 0277-3732 American Journal of Clinical Oncology en Chronological Age and Risk of Chemotherapy Nonfeasibility: 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 hybrid NA IMRB-EA 7376 CEpiA Clinical Epidemiology And Ageing, Faculty of Medicine, A-TVB DHU. 13 NA NA NA 27 0 FALSE FALSE FALSE closed closed closed NA
10.1097/coc.0000000000000233 2018 Medical research NA fr 0277-3732 0277-3732 American Journal of Clinical Oncology en Chronological Age and Risk of Chemotherapy Nonfeasibility: 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 hybrid NA Geriatric Oncology Unit, Geriatrics Department. 13 NA NA NA 27 0 FALSE FALSE FALSE closed closed closed NA
10.1097/coc.0000000000000233 2018 Medical research NA fr 0277-3732 0277-3732 American Journal of Clinical Oncology en Chronological Age and Risk of Chemotherapy Nonfeasibility: 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 hybrid NA IMRB-EA 7376 CEpiA Clinical Epidemiology And Ageing, Faculty of Medicine, A-TVB DHU. 14 NA NA NA 27 0 FALSE FALSE FALSE closed closed closed NA
10.1097/coc.0000000000000233 2018 Medical research NA fr 0277-3732 0277-3732 American Journal of Clinical Oncology en Chronological Age and Risk of Chemotherapy Nonfeasibility: 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 hybrid NA Public Healh Department, APHP, Henri Mondor Hospital. 14 NA NA NA 27 0 FALSE FALSE FALSE closed closed closed NA
10.1895/wormbook.1.83.2 2018 Biology (fond.) NA c(“fr”, “us”) 1551-8507 1551-8507 WormBook en Signaling in the innate immune response NA NA NA NA NA NA NA WormBook WormBook NA NA 0 4 NA NA Department of Biology, Massachusetts Institute of Technology, Cambridge, Massachusetts, USA. 1 NA NA NA 2 0 TRUE FALSE TRUE publisher;repository c(“green”, “other”) other cc-by
10.1895/wormbook.1.83.2 2018 Biology (fond.) NA c(“fr”, “us”) 1551-8507 1551-8507 WormBook en Signaling in the innate immune response NA NA NA NA NA NA NA WormBook WormBook NA NA 0 4 NA NA Centre d’Immunologie de Marseille-Luminy, Aix Marseille Université UM2, INSERM, U1104, CNRS UMR7280, 13288 Marseille, France. 2 NA NA NA 2 0 TRUE FALSE TRUE publisher;repository c(“green”, “other”) other cc-by
10.1097/mpg.0000000000001095 2018 Medical research NA fr 0277-2116 0277-2116,1536-4801 Journal of Pediatric Gastroenterology & Nutrition en Unusual Presentation of Giant Omental Cystic Lymphangioma Mimicking Hemorrhagic Ascites in a Child 1 3574.6192 openAPC_estimation_publisher_year NA NA 3574.6192 213 Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 hybrid NA Department of Pediatric Surgery. 1 NA NA NA 5 0 FALSE FALSE FALSE closed closed closed NA
10.1097/mpg.0000000000001095 2018 Medical research NA fr 0277-2116 0277-2116,1536-4801 Journal of Pediatric Gastroenterology & Nutrition en Unusual Presentation of Giant Omental Cystic Lymphangioma Mimicking Hemorrhagic Ascites in a Child 1 3574.6192 openAPC_estimation_publisher_year NA NA 3574.6192 213 Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 hybrid NA Department of Pediatric Surgery. 2 NA NA NA 5 0 FALSE FALSE FALSE closed closed closed NA
10.1097/mpg.0000000000001095 2018 Medical research NA fr 0277-2116 0277-2116,1536-4801 Journal of Pediatric Gastroenterology & Nutrition en Unusual Presentation of Giant Omental Cystic Lymphangioma Mimicking Hemorrhagic Ascites in a Child 1 3574.6192 openAPC_estimation_publisher_year NA NA 3574.6192 213 Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 hybrid NA Department of Radiology. 3 NA NA NA 5 0 FALSE FALSE FALSE closed closed closed NA
10.1097/mpg.0000000000001095 2018 Medical research NA fr 0277-2116 0277-2116,1536-4801 Journal of Pediatric Gastroenterology & Nutrition en Unusual Presentation of Giant Omental Cystic Lymphangioma Mimicking Hemorrhagic Ascites in a Child 1 3574.6192 openAPC_estimation_publisher_year NA NA 3574.6192 213 Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 hybrid NA Department of Pediatric Gastroenterology, CHU Amiens, Salouël, Amiens, France. 4 NA NA NA 5 0 FALSE FALSE FALSE closed closed closed NA
10.1097/mpg.0000000000001095 2018 Medical research NA fr 0277-2116 0277-2116,1536-4801 Journal of Pediatric Gastroenterology & Nutrition en Unusual Presentation of Giant Omental Cystic Lymphangioma Mimicking Hemorrhagic Ascites in a Child 1 3574.6192 openAPC_estimation_publisher_year NA NA 3574.6192 213 Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 hybrid NA Department of Pediatric Surgery. 5 NA NA NA 5 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.artmed.2015.11.003 2018 Medical research NA fr 0933-3657 0933-3657 Artificial Intelligence in Medicine en User-defined functions in the Arden Syntax: An extension proposal 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of Medical Informatics, Henri Mondor Hospital, Assistance Publique Hôpitaux de Paris, 51 av. Du Mal de Lattre, 94010 Creteil, France. Electronic address: . 1 NA NA NA 3 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.artmed.2015.11.003 2018 Medical research NA fr 0933-3657 0933-3657 Artificial Intelligence in Medicine en User-defined functions in the Arden Syntax: An extension proposal 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of Medical Informatics, Henri Mondor Hospital, Assistance Publique Hôpitaux de Paris, 51 av. Du Mal de Lattre, 94010 Creteil, France. 2 NA NA NA 3 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.artmed.2015.11.003 2018 Medical research NA fr 0933-3657 0933-3657 Artificial Intelligence in Medicine en User-defined functions in the Arden Syntax: An extension proposal 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Faculty of Medicine, University Paris-Est, 8, rue du Général Sarrail, 94010 Creteil, France. 3 NA NA NA 3 1 FALSE FALSE FALSE closed closed closed NA
10.1519/jsc.0000000000001342 2018 Biology (fond.) NA fr 1064-8011 1064-8011 Journal of Strength and Conditioning Research en Benefits of Compression Garments Worn During Handball-Specific Circuit on Short-Term Fatigue in Professional Players 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 hybrid NA Laboratory of Culture Sport Society (EA 4660), Sport and Health Department. 1 NA NA NA 10 0 FALSE FALSE FALSE closed closed closed NA
10.1519/jsc.0000000000001342 2018 Biology (fond.) NA fr 1064-8011 1064-8011 Journal of Strength and Conditioning Research en Benefits of Compression Garments Worn During Handball-Specific Circuit on Short-Term Fatigue in Professional Players 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 hybrid NA Exercise Performance Health Innovation Platform, University of Franche-Comte, Besançon, France. 1 NA NA NA 10 0 FALSE FALSE FALSE closed closed closed NA
10.1519/jsc.0000000000001342 2018 Biology (fond.) NA fr 1064-8011 1064-8011 Journal of Strength and Conditioning Research en Benefits of Compression Garments Worn During Handball-Specific Circuit on Short-Term Fatigue in Professional Players 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 hybrid NA Laboratory of Culture Sport Society (EA 4660), Sport and Health Department. 2 NA NA NA 10 0 FALSE FALSE FALSE closed closed closed NA
10.1519/jsc.0000000000001342 2018 Biology (fond.) NA fr 1064-8011 1064-8011 Journal of Strength and Conditioning Research en Benefits of Compression Garments Worn During Handball-Specific Circuit on Short-Term Fatigue in Professional Players 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 hybrid NA Exercise Performance Health Innovation Platform, University of Franche-Comte, Besançon, France. 2 NA NA NA 10 0 FALSE FALSE FALSE closed closed closed NA
10.1519/jsc.0000000000001342 2018 Biology (fond.) NA fr 1064-8011 1064-8011 Journal of Strength and Conditioning Research en Benefits of Compression Garments Worn During Handball-Specific Circuit on Short-Term Fatigue in Professional Players 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 hybrid NA Laboratory of Prognostic Markers and Control Factors in Cardiovascular Pathologies (EA 3920). 3 NA NA NA 10 0 FALSE FALSE FALSE closed closed closed NA
10.1519/jsc.0000000000001342 2018 Biology (fond.) NA fr 1064-8011 1064-8011 Journal of Strength and Conditioning Research en Benefits of Compression Garments Worn During Handball-Specific Circuit on Short-Term Fatigue in Professional Players 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 hybrid NA Exercise Performance Health Innovation Platform, University of Franche-Comte, Besançon, France. 3 NA NA NA 10 0 FALSE FALSE FALSE closed closed closed NA
10.1519/jsc.0000000000001342 2018 Biology (fond.) NA fr 1064-8011 1064-8011 Journal of Strength and Conditioning Research en Benefits of Compression Garments Worn During Handball-Specific Circuit on Short-Term Fatigue in Professional Players 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 hybrid NA Laboratory of Prognostic Markers and Control Factors in Cardiovascular Pathologies (EA 3920). 4 NA NA NA 10 0 FALSE FALSE FALSE closed closed closed NA
10.1519/jsc.0000000000001342 2018 Biology (fond.) NA fr 1064-8011 1064-8011 Journal of Strength and Conditioning Research en Benefits of Compression Garments Worn During Handball-Specific Circuit on Short-Term Fatigue in Professional Players 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 hybrid NA Exercise Performance Health Innovation Platform, University of Franche-Comte, Besançon, France. 4 NA NA NA 10 0 FALSE FALSE FALSE closed closed closed NA
10.1519/jsc.0000000000001342 2018 Biology (fond.) NA fr 1064-8011 1064-8011 Journal of Strength and Conditioning Research en Benefits of Compression Garments Worn During Handball-Specific Circuit on Short-Term Fatigue in Professional Players 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 hybrid NA Laboratory of Culture Sport Society (EA 4660), Sport and Health Department. 5 NA NA NA 10 0 FALSE FALSE FALSE closed closed closed NA
10.1519/jsc.0000000000001342 2018 Biology (fond.) NA fr 1064-8011 1064-8011 Journal of Strength and Conditioning Research en Benefits of Compression Garments Worn During Handball-Specific Circuit on Short-Term Fatigue in Professional Players 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 hybrid NA Exercise Performance Health Innovation Platform, University of Franche-Comte, Besançon, France. 5 NA NA NA 10 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.bjorl.2015.11.011 2018 Medical research NA fr 1808-8686 1808-8694 Brazilian Journal of Otorhinolaryngology en Chorda tympani schwannoma: one new case revealed during malignant otitis externa and review of the literature 0 0.0000 doaj 0.000 0 2959.7037 3564 Elsevier Elsevier NA NA 0 1 diamond diamond Aix Marseille Université, Marseille, France; Hôpital de la Conception, Service d’Oto-rhino-laryngologie et de Chirurgie Cervico-Faciale, Marseille, France. Electronic address: . 1 NA NA NA 4 1 TRUE TRUE TRUE publisher;repository c(“green”, “diamond”) diamond cc-by
10.1016/j.bjorl.2015.11.011 2018 Medical research NA fr 1808-8686 1808-8694 Brazilian Journal of Otorhinolaryngology en Chorda tympani schwannoma: one new case revealed during malignant otitis externa and review of the literature 0 0.0000 doaj 0.000 0 2959.7037 3564 Elsevier Elsevier NA NA 0 1 diamond diamond Hôpital Nord, Service d’Anatomie et Cytologie Pathologiques, Marseille, France. 2 NA NA NA 4 1 TRUE TRUE TRUE publisher;repository c(“green”, “diamond”) diamond cc-by


2019

import_manips(2019)

Temps d’exécution de l’import des données : 12.08 secs.

Dimensions du jeu de données : 639404 observations et 39 variables (1 ligne = 1 auteur).

Nombre d’articles : 137327.

Les 100 premières observations :

n_100_kable(data)
doi year bso_classification coi detected_countries journal_issn_l journal_issns journal_name lang title has_apc amount_apc_EUR apc_source amount_apc_doaj_EUR amount_apc_doaj amount_apc_openapc_EUR count_apc_openapc_key publisher_group publisher_dissemination external_ids hal_id is_covered_by_couperin tier journal_color journal_color_doaj name author_position corresponding email country nb_authors is_french_CA oa_details.2020.is_oa oa_details.2020.journal_is_in_doaj oa_details.2020.journal_is_oa oa_details.2020.oa_host_type oa_details.2020.oa_colors oa_details.2020.oa_colors_with_priority_to_publisher oa_details.2020.licence_publisher
10.1111/1469-0691.12290 2019 Medical research NA c(“de”, “gb”, “fr”, “it”, “gr”) 1198-743X 1198-743X Clinical Microbiology and Infection en Transportation capacity for patients with highly infectious diseases in Europe: a survey in 16 nations 1 2543.829 openAPC_estimation_issn NA NA 2543.829 12 Elsevier Elsevier NA NA 0 1 hybrid NA Department for Infectious Diseases, Goethe University, Frankfurt, Germany. Electronic address: . 1 NA NA NA 11 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1111/1469-0691.12290 2019 Medical research NA c(“de”, “gb”, “fr”, “it”, “gr”) 1198-743X 1198-743X Clinical Microbiology and Infection en Transportation capacity for patients with highly infectious diseases in Europe: a survey in 16 nations 1 2543.829 openAPC_estimation_issn NA NA 2543.829 12 Elsevier Elsevier NA NA 0 1 hybrid NA Department for Interventions in Health-Care Facilities, Hellenic Centre for Disease Control and Prevention, Athens, Greece. 2 NA NA NA 11 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1111/1469-0691.12290 2019 Medical research NA c(“de”, “gb”, “fr”, “it”, “gr”) 1198-743X 1198-743X Clinical Microbiology and Infection en Transportation capacity for patients with highly infectious diseases in Europe: a survey in 16 nations 1 2543.829 openAPC_estimation_issn NA NA 2543.829 12 Elsevier Elsevier NA NA 0 1 hybrid NA Department for Infectious Diseases, National Institute for Infectious Diseases “L. Spallanzani” (INMI), Rome, Italy. 3 NA NA NA 11 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1111/1469-0691.12290 2019 Medical research NA c(“de”, “gb”, “fr”, “it”, “gr”) 1198-743X 1198-743X Clinical Microbiology and Infection en Transportation capacity for patients with highly infectious diseases in Europe: a survey in 16 nations 1 2543.829 openAPC_estimation_issn NA NA 2543.829 12 Elsevier Elsevier NA NA 0 1 hybrid NA Department for Infectious Diseases, National Institute for Infectious Diseases “L. Spallanzani” (INMI), Rome, Italy. 4 NA NA NA 11 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1111/1469-0691.12290 2019 Medical research NA c(“de”, “gb”, “fr”, “it”, “gr”) 1198-743X 1198-743X Clinical Microbiology and Infection en Transportation capacity for patients with highly infectious diseases in Europe: a survey in 16 nations 1 2543.829 openAPC_estimation_issn NA NA 2543.829 12 Elsevier Elsevier NA NA 0 1 hybrid NA Department for Infectious Diseases, Goethe University, Frankfurt, Germany. 5 NA NA NA 11 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1111/1469-0691.12290 2019 Medical research NA c(“de”, “gb”, “fr”, “it”, “gr”) 1198-743X 1198-743X Clinical Microbiology and Infection en Transportation capacity for patients with highly infectious diseases in Europe: a survey in 16 nations 1 2543.829 openAPC_estimation_issn NA NA 2543.829 12 Elsevier Elsevier NA NA 0 1 hybrid NA Research Unit on Emerging Infectious and Tropical Diseases (URMITE), Marseilles, France. 7 NA NA NA 11 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1111/1469-0691.12290 2019 Medical research NA c(“de”, “gb”, “fr”, “it”, “gr”) 1198-743X 1198-743X Clinical Microbiology and Infection en Transportation capacity for patients with highly infectious diseases in Europe: a survey in 16 nations 1 2543.829 openAPC_estimation_issn NA NA 2543.829 12 Elsevier Elsevier NA NA 0 1 hybrid NA Department for Infectious Diseases, Health Protection Agency, UK. 8 NA NA NA 11 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1111/1469-0691.12290 2019 Medical research NA c(“de”, “gb”, “fr”, “it”, “gr”) 1198-743X 1198-743X Clinical Microbiology and Infection en Transportation capacity for patients with highly infectious diseases in Europe: a survey in 16 nations 1 2543.829 openAPC_estimation_issn NA NA 2543.829 12 Elsevier Elsevier NA NA 0 1 hybrid NA Department for Infectious Diseases, National Institute for Infectious Diseases “L. Spallanzani” (INMI), Rome, Italy. 9 NA NA NA 11 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1111/1469-0691.12290 2019 Medical research NA c(“de”, “gb”, “fr”, “it”, “gr”) 1198-743X 1198-743X Clinical Microbiology and Infection en Transportation capacity for patients with highly infectious diseases in Europe: a survey in 16 nations 1 2543.829 openAPC_estimation_issn NA NA 2543.829 12 Elsevier Elsevier NA NA 0 1 hybrid NA Department of Health, Frankfurt, Germany. 10 NA NA NA 11 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.1111/1469-0691.12290 2019 Medical research NA c(“de”, “gb”, “fr”, “it”, “gr”) 1198-743X 1198-743X Clinical Microbiology and Infection en Transportation capacity for patients with highly infectious diseases in Europe: a survey in 16 nations 1 2543.829 openAPC_estimation_issn NA NA 2543.829 12 Elsevier Elsevier NA NA 0 1 hybrid NA Department for Infectious Diseases, National Institute for Infectious Diseases “L. Spallanzani” (INMI), Rome, Italy. 11 NA NA NA 11 0 TRUE FALSE FALSE publisher;repository c(“green”, “hybrid”) hybrid no license
10.23736/s1824-4785.17.02789-3 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Is there a role for a handheld gamma camera (TReCam) in the SNOLL breast cancer procedure? 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Gynecology, AP-HP, Jean-Verdier Hospital, Bobigny University, Bondy, France - . 1 NA NA NA 14 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02789-3 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Is there a role for a handheld gamma camera (TReCam) in the SNOLL breast cancer procedure? 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Laboratory of Imaging and Modeling in Neurobiology and Oncology (IMNC), IN2P3 National Institute of Nuclear and Particle Physics, National Center for Scientific Research (CNRS), Orsay, France. 2 NA NA NA 14 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02789-3 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Is there a role for a handheld gamma camera (TReCam) in the SNOLL breast cancer procedure? 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA University of Evry Val d’Essonne, Evry, France. 2 NA NA NA 14 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02789-3 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Is there a role for a handheld gamma camera (TReCam) in the SNOLL breast cancer procedure? 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Gynecology, AP-HP, Jean-Verdier Hospital, Bobigny University, Bondy, France. 3 NA NA NA 14 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02789-3 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Is there a role for a handheld gamma camera (TReCam) in the SNOLL breast cancer procedure? 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Gynecology, AP-HP, Jean-Verdier Hospital, Bobigny University, Bondy, France. 4 NA NA NA 14 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02789-3 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Is there a role for a handheld gamma camera (TReCam) in the SNOLL breast cancer procedure? 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Laboratory of Imaging and Modeling in Neurobiology and Oncology (IMNC), IN2P3 National Institute of Nuclear and Particle Physics, National Center for Scientific Research (CNRS), Orsay, France. 9 NA NA NA 14 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02789-3 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Is there a role for a handheld gamma camera (TReCam) in the SNOLL breast cancer procedure? 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Pathology, AP-HP, Jean-Verdier Hospital, Bobigny University, Bondy, France. 10 NA NA NA 14 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02789-3 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Is there a role for a handheld gamma camera (TReCam) in the SNOLL breast cancer procedure? 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Nuclear Medicine, AP-HP, Avicenne Hospital, Bobigny University, Bobigny, France. 11 NA NA NA 14 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02789-3 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Is there a role for a handheld gamma camera (TReCam) in the SNOLL breast cancer procedure? 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Radiology, AP-HP, Jean-Verdier Hospital, Bobigny University, Bondy, France. 12 NA NA NA 14 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02789-3 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Is there a role for a handheld gamma camera (TReCam) in the SNOLL breast cancer procedure? 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Breast and Gynecological Surgical Oncology Unit, Centre Antoine Lacassagne, University of Nice-Sophia-Antipolis, Nice, France. 13 NA NA NA 14 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.clinph.2015.11.018 2019 Medical research NA c(“fr”, “it”) 1388-2457 1388-2457 Clinical Neurophysiology en A 15-day course of donepezil modulates spectral EEG dynamics related to target auditory stimuli in young, healthy adult volunteers 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA INSERM U1171, Lille University Medical Center, Lille, France; Department of Clinical Neurophysiology, Lille University Medical Center, Lille, France. Electronic address: . 1 NA NA NA 24 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.clinph.2015.11.018 2019 Medical research NA c(“fr”, “it”) 1388-2457 1388-2457 Clinical Neurophysiology en A 15-day course of donepezil modulates spectral EEG dynamics related to target auditory stimuli in young, healthy adult volunteers 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA INSERM U1171, Lille University Medical Center, Lille, France; Department of Clinical Neurophysiology, Lille University Medical Center, Lille, France. 2 NA NA NA 24 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.clinph.2015.11.018 2019 Medical research NA c(“fr”, “it”) 1388-2457 1388-2457 Clinical Neurophysiology en A 15-day course of donepezil modulates spectral EEG dynamics related to target auditory stimuli in young, healthy adult volunteers 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA INSERM U1171, Lille University Medical Center, Lille, France; Department of Neurology and Movement Disorders, Lille University Medical Center, Lille, France. 3 NA NA NA 24 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.clinph.2015.11.018 2019 Medical research NA c(“fr”, “it”) 1388-2457 1388-2457 Clinical Neurophysiology en A 15-day course of donepezil modulates spectral EEG dynamics related to target auditory stimuli in young, healthy adult volunteers 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA INSERM U1171, Lille University Medical Center, Lille, France; Department of Clinical Neurophysiology, Lille University Medical Center, Lille, France. 4 NA NA NA 24 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.clinph.2015.11.018 2019 Medical research NA c(“fr”, “it”) 1388-2457 1388-2457 Clinical Neurophysiology en A 15-day course of donepezil modulates spectral EEG dynamics related to target auditory stimuli in young, healthy adult volunteers 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA Department of Physiology and Pharmacology, University of Rome “La Sapienza”, Rome, Italy; Department of Neuroscience, IRCCS San Raffaele Pisana, Rome, Italy. 5 NA NA NA 24 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.clinph.2015.11.018 2019 Medical research NA c(“fr”, “it”) 1388-2457 1388-2457 Clinical Neurophysiology en A 15-day course of donepezil modulates spectral EEG dynamics related to target auditory stimuli in young, healthy adult volunteers 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA Department of Medical Pharmacology, INSERM CIC 1436, Toulouse University Medical Center, Toulouse, France. 20 NA NA NA 24 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.clinph.2015.11.018 2019 Medical research NA c(“fr”, “it”) 1388-2457 1388-2457 Clinical Neurophysiology en A 15-day course of donepezil modulates spectral EEG dynamics related to target auditory stimuli in young, healthy adult volunteers 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA Department of Clinical Pharmacology, and CNRS UMR 7289, CIC-CPCET, Aix-Marseille University, Marseille, France. 21 NA NA NA 24 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.clinph.2015.11.018 2019 Medical research NA c(“fr”, “it”) 1388-2457 1388-2457 Clinical Neurophysiology en A 15-day course of donepezil modulates spectral EEG dynamics related to target auditory stimuli in young, healthy adult volunteers 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA Department of Clinical Pharmacology, and CNRS UMR 7289, CIC-CPCET, Aix-Marseille University, Marseille, France. 22 NA NA NA 24 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.clinph.2015.11.018 2019 Medical research NA c(“fr”, “it”) 1388-2457 1388-2457 Clinical Neurophysiology en A 15-day course of donepezil modulates spectral EEG dynamics related to target auditory stimuli in young, healthy adult volunteers 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA INSERM U1171, Lille University Medical Center, Lille, France; Department of Medical Pharmacology, Lille University Medical Center, Lille, France. 23 NA NA NA 24 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.clinph.2015.11.018 2019 Medical research NA c(“fr”, “it”) 1388-2457 1388-2457 Clinical Neurophysiology en A 15-day course of donepezil modulates spectral EEG dynamics related to target auditory stimuli in young, healthy adult volunteers 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA INSERM U1171, Lille University Medical Center, Lille, France; Department of Clinical Neurophysiology, Lille University Medical Center, Lille, France. 24 NA NA NA 24 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.cmpb.2016.07.033 2019 Medical research NA fr 0169-2607 0169-2607 Computer Methods and Programs in Biomedicine en Optimal initial state for fast parameter estimation in nonlinear dynamical systems 1 2131.200 openAPC_estimation_issn NA NA 2131.200 10 Elsevier Elsevier list(id_type = “hal_id”, id_value = “hal-01914536”) hal-01914536 1 1 hybrid NA Compiègne Technology University, Rue du Docteur Schweitzer, Compiègne, France. 1 NA NA NA 4 1 TRUE FALSE FALSE repository green green_only NA
10.1016/j.cmpb.2016.07.033 2019 Medical research NA fr 0169-2607 0169-2607 Computer Methods and Programs in Biomedicine en Optimal initial state for fast parameter estimation in nonlinear dynamical systems 1 2131.200 openAPC_estimation_issn NA NA 2131.200 10 Elsevier Elsevier list(id_type = “hal_id”, id_value = “hal-01914536”) hal-01914536 1 1 hybrid NA LAAS-CNRS, Université de Toulouse, UPS, 7 Avenue du colonel Roche, Toulouse, France. 2 NA NA NA 4 1 TRUE FALSE FALSE repository green green_only NA
10.1016/j.cmpb.2016.07.033 2019 Medical research NA fr 0169-2607 0169-2607 Computer Methods and Programs in Biomedicine en Optimal initial state for fast parameter estimation in nonlinear dynamical systems 1 2131.200 openAPC_estimation_issn NA NA 2131.200 10 Elsevier Elsevier list(id_type = “hal_id”, id_value = “hal-01914536”) hal-01914536 1 1 hybrid NA Compiègne Technology University, Rue du Docteur Schweitzer, Compiègne, France. Electronic address: . 3 NA NA NA 4 1 TRUE FALSE FALSE repository green green_only NA
10.1016/j.cmpb.2016.07.033 2019 Medical research NA fr 0169-2607 0169-2607 Computer Methods and Programs in Biomedicine en Optimal initial state for fast parameter estimation in nonlinear dynamical systems 1 2131.200 openAPC_estimation_issn NA NA 2131.200 10 Elsevier Elsevier list(id_type = “hal_id”, id_value = “hal-01914536”) hal-01914536 1 1 hybrid NA Compiègne Technology University, Rue du Docteur Schweitzer, Compiègne, France. 4 NA NA NA 4 1 TRUE FALSE FALSE repository green green_only NA
10.2174/0929867323666161014153346 2019 Medical research NA fr 0929-8673 0929-8673 Current Medicinal Chemistry en Efficacy, Safety and Immunogenicity of Biosimilars in Inflammatory Bowel Diseases: A Systematic Review 0 NA NA NA NA NA NA Bentham Science Publishers Ltd.  Bentham Science Publishers Ltd.  NA NA 0 4 subscription NA Department of Hepato-Gastroenterology, University Hospital of Nancy, Universite de Lorraine, Vandoeuvre- les-Nancy, France. 1 NA NA NA 2 1 FALSE FALSE FALSE closed closed closed NA
10.2174/0929867323666161014153346 2019 Medical research NA fr 0929-8673 0929-8673 Current Medicinal Chemistry en Efficacy, Safety and Immunogenicity of Biosimilars in Inflammatory Bowel Diseases: A Systematic Review 0 NA NA NA NA NA NA Bentham Science Publishers Ltd.  Bentham Science Publishers Ltd.  NA NA 0 4 subscription NA Inserm U954 and Department of Hepato-Gastroenterology, University Hospital of Nancy, Universite de Lorraine, Vandoeuvre-les-Nancy, France. 2 NA NA NA 2 1 FALSE FALSE FALSE closed closed closed NA
10.1097/pec.0000000000000953 2019 Medical research NA fr 0749-5161 0749-5161 Pediatric Emergency Care en Pain Assessment in Children Younger Than 8 Years in Out-of-Hospital Emergency Medicine 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA AP-HP, SMUR Pédiatrique, Groupement Hospitalier Universitaire Sud, Clamart. 3 NA NA NA 7 0 FALSE FALSE FALSE closed closed closed NA
10.1097/pec.0000000000000953 2019 Medical research NA fr 0749-5161 0749-5161 Pediatric Emergency Care en Pain Assessment in Children Younger Than 8 Years in Out-of-Hospital Emergency Medicine 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA Réanimation Polyvalente SMUR, CHI Poissy-St Germain en Laye, Saint Germain en Laye. 4 NA NA NA 7 0 FALSE FALSE FALSE closed closed closed NA
10.1097/pec.0000000000000953 2019 Medical research NA fr 0749-5161 0749-5161 Pediatric Emergency Care en Pain Assessment in Children Younger Than 8 Years in Out-of-Hospital Emergency Medicine 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA AP-HP, SMUR Pédiatrique, Hôpital A. Grégoire, Montreuil. 5 NA NA NA 7 0 FALSE FALSE FALSE closed closed closed NA
10.1097/pec.0000000000000953 2019 Medical research NA fr 0749-5161 0749-5161 Pediatric Emergency Care en Pain Assessment in Children Younger Than 8 Years in Out-of-Hospital Emergency Medicine 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA AP-HP, SAMU 92-SMUR Garches, Hôpital R. Poincaré, Garches. 6 NA NA NA 7 0 FALSE FALSE FALSE closed closed closed NA
10.1097/pec.0000000000000953 2019 Medical research NA fr 0749-5161 0749-5161 Pediatric Emergency Care en Pain Assessment in Children Younger Than 8 Years in Out-of-Hospital Emergency Medicine 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA AP-HP, SMUR Pédiatrique, Hôpital R. Debré. 7 NA NA NA 7 0 FALSE FALSE FALSE closed closed closed NA
10.1097/pec.0000000000000953 2019 Medical research NA fr 0749-5161 0749-5161 Pediatric Emergency Care en Pain Assessment in Children Younger Than 8 Years in Out-of-Hospital Emergency Medicine 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA AP-HP, Unité INSERM U669, Hôpital Cochin Port-Royal, Paris. 8 NA NA NA 7 0 FALSE FALSE FALSE closed closed closed NA
10.1097/pec.0000000000000953 2019 Medical research NA fr 0749-5161 0749-5161 Pediatric Emergency Care en Pain Assessment in Children Younger Than 8 Years in Out-of-Hospital Emergency Medicine 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA AP-HP, Centre d’Etude et de Traitement de la Douleur de l’Adulte et de l’Enfant, Groupement Hospitalier Universitaire Sud, Kremlin-Bicêtre, France. 9 NA NA NA 7 0 FALSE FALSE FALSE closed closed closed NA
10.2174/0929867324666170303124247 2019 Medical research NA fr 0929-8673 0929-8673 Current Medicinal Chemistry en In Vitro Skin Models for the Evaluation of Sunscreen-Based Skin Photoprotection: Molecular Methodologies and Opportunities 0 NA NA NA NA NA NA Bentham Science Publishers Ltd.  Bentham Science Publishers Ltd.  NA NA 0 4 subscription NA L’Oreal Research and Innovation, Aulnay sous Bois, France. 1 NA NA NA 2 1 FALSE FALSE FALSE closed closed closed NA
10.2174/0929867324666170303124247 2019 Medical research NA fr 0929-8673 0929-8673 Current Medicinal Chemistry en In Vitro Skin Models for the Evaluation of Sunscreen-Based Skin Photoprotection: Molecular Methodologies and Opportunities 0 NA NA NA NA NA NA Bentham Science Publishers Ltd.  Bentham Science Publishers Ltd.  NA NA 0 4 subscription NA L’Oreal Research and Innovation, Aulnay sous Bois, France. 2 NA NA NA 2 1 FALSE FALSE FALSE closed closed closed NA
10.1097/icb.0000000000000569 2019 Medical research NA fr 1935-1089 1935-1089 RETINAL Cases & Brief Reports en ABNORMAL VASCULAR COMPLEX WITHIN AN IDIOPATHIC EPIRETINAL MEMBRANE IMAGED BY OPTICAL COHERENCE TOMOGRAPHY ANGIOGRAPHY 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA Department of Ophthalmology, University Paris Est, Intercity Hospital, Creteil, France. 1 NA NA NA 1 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.aap.2017.02.021 2019 Medical research NA fr 0001-4575 0001-4575 Accident Analysis & Prevention en Acquisition and analysis of road incidents based on vehicle dynamics 0 NA NA NA NA NA NA Elsevier Elsevier list(id_type = “hal_id”, id_value = “hal-01540863”) hal-01540863 1 1 hybrid NA IFSTTAR (French Institute of Science and Technology for Transport, Development and Network), Laboratory of Accident Mechanism Analysis, 304 Chemin de la Croix Blanche, 13300 Salon de Provence, France. Electronic address: . 1 NA NA NA 7 1 TRUE FALSE FALSE repository green green_only NA
10.1016/j.aap.2017.02.021 2019 Medical research NA fr 0001-4575 0001-4575 Accident Analysis & Prevention en Acquisition and analysis of road incidents based on vehicle dynamics 0 NA NA NA NA NA NA Elsevier Elsevier list(id_type = “hal_id”, id_value = “hal-01540863”) hal-01540863 1 1 hybrid NA IFSTTAR (French Institute of Science and Technology for Transport, Development and Network), Laboratory of Accident Mechanism Analysis, 304 Chemin de la Croix Blanche, 13300 Salon de Provence, France. Electronic address: . 2 NA NA NA 7 1 TRUE FALSE FALSE repository green green_only NA
10.1016/j.aap.2017.02.021 2019 Medical research NA fr 0001-4575 0001-4575 Accident Analysis & Prevention en Acquisition and analysis of road incidents based on vehicle dynamics 0 NA NA NA NA NA NA Elsevier Elsevier list(id_type = “hal_id”, id_value = “hal-01540863”) hal-01540863 1 1 hybrid NA IFSTTAR (French Institute of Science and Technology for Transport, Development and Network), Laboratory of Accident Mechanism Analysis, 304 Chemin de la Croix Blanche, 13300 Salon de Provence, France. Electronic address: . 3 NA NA NA 7 1 TRUE FALSE FALSE repository green green_only NA
10.1016/j.aap.2017.02.021 2019 Medical research NA fr 0001-4575 0001-4575 Accident Analysis & Prevention en Acquisition and analysis of road incidents based on vehicle dynamics 0 NA NA NA NA NA NA Elsevier Elsevier list(id_type = “hal_id”, id_value = “hal-01540863”) hal-01540863 1 1 hybrid NA IFSTTAR (French Institute of Science and Technology for Transport, Development and Network), Laboratory of Accident Mechanism Analysis, 304 Chemin de la Croix Blanche, 13300 Salon de Provence, France. Electronic address: . 4 NA NA NA 7 1 TRUE FALSE FALSE repository green green_only NA
10.1016/j.aap.2017.02.021 2019 Medical research NA fr 0001-4575 0001-4575 Accident Analysis & Prevention en Acquisition and analysis of road incidents based on vehicle dynamics 0 NA NA NA NA NA NA Elsevier Elsevier list(id_type = “hal_id”, id_value = “hal-01540863”) hal-01540863 1 1 hybrid NA IFSTTAR (French Institute of Science and Technology for Transport, Development and Network), Laboratory of Accident Mechanism Analysis, 304 Chemin de la Croix Blanche, 13300 Salon de Provence, France. Electronic address: . 5 NA NA NA 7 1 TRUE FALSE FALSE repository green green_only NA
10.1016/j.aap.2017.02.021 2019 Medical research NA fr 0001-4575 0001-4575 Accident Analysis & Prevention en Acquisition and analysis of road incidents based on vehicle dynamics 0 NA NA NA NA NA NA Elsevier Elsevier list(id_type = “hal_id”, id_value = “hal-01540863”) hal-01540863 1 1 hybrid NA IFSTTAR (French Institute of Science and Technology for Transport, Development and Network), Laboratory of Accident Mechanism Analysis, 304 Chemin de la Croix Blanche, 13300 Salon de Provence, France. Electronic address: . 6 NA NA NA 7 1 TRUE FALSE FALSE repository green green_only NA
10.1016/j.aap.2017.02.021 2019 Medical research NA fr 0001-4575 0001-4575 Accident Analysis & Prevention en Acquisition and analysis of road incidents based on vehicle dynamics 0 NA NA NA NA NA NA Elsevier Elsevier list(id_type = “hal_id”, id_value = “hal-01540863”) hal-01540863 1 1 hybrid NA Cerema (Centre For Studies and Expertise on Risks, Environment, Mobility, and Urban and Country Planning), Technical Division for Territorial Development and Urban Planning 2 rue Antoine Charial, 69426 Lyon, France. Electronic address: . 7 NA NA NA 7 1 TRUE FALSE FALSE repository green green_only NA
10.1016/j.jenvrad.2017.02.019 2019 Earth, Ecology, Energy and applied biology NA fr 0265-931X 0265-931X Journal of Environmental Radioactivity en Fundamentals of the NEA Thermochemical Database and its influence over national nuclear programs on the performance assessment of deep geological repositories 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA OECD Nuclear Energy Agency (NEA), 46 quai Alphonse le Gallo, 92100 Boulogne-Billancourt, France. Electronic address: . 1 NA NA NA 2 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.jenvrad.2017.02.019 2019 Earth, Ecology, Energy and applied biology NA fr 0265-931X 0265-931X Journal of Environmental Radioactivity en Fundamentals of the NEA Thermochemical Database and its influence over national nuclear programs on the performance assessment of deep geological repositories 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA OECD Nuclear Energy Agency (NEA), 46 quai Alphonse le Gallo, 92100 Boulogne-Billancourt, France. 2 NA NA NA 2 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02912-0 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Evaluation of 2 diuretic 18fluorine-fluorodeoxyglucose positron emission tomography/computed tomography imaging protocols for intrapelvic cancer 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Nuclear Medicine, Institut Universitaire Cancer Toulouse Oncopole, Toulouse, France - . 1 NA NA NA 9 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02912-0 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Evaluation of 2 diuretic 18fluorine-fluorodeoxyglucose positron emission tomography/computed tomography imaging protocols for intrapelvic cancer 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Laboratoire de Recherche LU50 SIMAD, Paul Sabatier Toulouse III University, Toulouse, France - . 1 NA NA NA 9 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02912-0 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Evaluation of 2 diuretic 18fluorine-fluorodeoxyglucose positron emission tomography/computed tomography imaging protocols for intrapelvic cancer 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Nuclear Medicine, Institut Universitaire Cancer Toulouse Oncopole, Toulouse, France. 2 NA NA NA 9 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02912-0 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Evaluation of 2 diuretic 18fluorine-fluorodeoxyglucose positron emission tomography/computed tomography imaging protocols for intrapelvic cancer 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Nuclear Medicine, Institut Universitaire Cancer Toulouse Oncopole, Toulouse, France. 3 NA NA NA 9 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02912-0 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Evaluation of 2 diuretic 18fluorine-fluorodeoxyglucose positron emission tomography/computed tomography imaging protocols for intrapelvic cancer 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Nuclear Medicine, Institut Universitaire Cancer Toulouse Oncopole, Toulouse, France. 4 NA NA NA 9 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02912-0 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Evaluation of 2 diuretic 18fluorine-fluorodeoxyglucose positron emission tomography/computed tomography imaging protocols for intrapelvic cancer 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Laboratoire de Recherche LU50 SIMAD, Paul Sabatier Toulouse III University, Toulouse, France. 4 NA NA NA 9 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02912-0 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Evaluation of 2 diuretic 18fluorine-fluorodeoxyglucose positron emission tomography/computed tomography imaging protocols for intrapelvic cancer 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Nuclear Medicine, Institut Universitaire Cancer Toulouse Oncopole, Toulouse, France. 5 NA NA NA 9 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02912-0 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Evaluation of 2 diuretic 18fluorine-fluorodeoxyglucose positron emission tomography/computed tomography imaging protocols for intrapelvic cancer 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Nuclear Medicine, Institut Universitaire Cancer Toulouse Oncopole, Toulouse, France. 6 NA NA NA 9 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02912-0 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Evaluation of 2 diuretic 18fluorine-fluorodeoxyglucose positron emission tomography/computed tomography imaging protocols for intrapelvic cancer 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Nuclear Medicine, Institut Universitaire Cancer Toulouse Oncopole, Toulouse, France. 7 NA NA NA 9 1 FALSE FALSE FALSE closed closed closed NA
10.2174/0929867324666170406112304 2019 Medical research NA c(“fr”, “hu”, “it”) 0929-8673 0929-8673 Current Medicinal Chemistry en Biosimilars for the Management of Inflammatory Bowel Diseases: Economic Considerations 0 NA NA NA NA NA NA Bentham Science Publishers Ltd.  Bentham Science Publishers Ltd.  NA NA 0 4 subscription NA Department of Health Economics, Corvinus University of Budapest, Fovam ter 8., H-1093 Budapest, Hungary. 1 NA NA NA 11 0 FALSE FALSE FALSE closed closed closed NA
10.2174/0929867324666170406112304 2019 Medical research NA c(“fr”, “hu”, “it”) 0929-8673 0929-8673 Current Medicinal Chemistry en Biosimilars for the Management of Inflammatory Bowel Diseases: Economic Considerations 0 NA NA NA NA NA NA Bentham Science Publishers Ltd.  Bentham Science Publishers Ltd.  NA NA 0 4 subscription NA Department of Health Economics, Corvinus University of Budapest, Fovam ter 8., H-1093 Budapest, Hungary. 2 NA NA NA 11 0 FALSE FALSE FALSE closed closed closed NA
10.2174/0929867324666170406112304 2019 Medical research NA c(“fr”, “hu”, “it”) 0929-8673 0929-8673 Current Medicinal Chemistry en Biosimilars for the Management of Inflammatory Bowel Diseases: Economic Considerations 0 NA NA NA NA NA NA Bentham Science Publishers Ltd.  Bentham Science Publishers Ltd.  NA NA 0 4 subscription NA Department of Health Economics, Corvinus University of Budapest, Fovam ter 8., H-1093 Budapest, Hungary. 3 NA NA NA 11 0 FALSE FALSE FALSE closed closed closed NA
10.2174/0929867324666170406112304 2019 Medical research NA c(“fr”, “hu”, “it”) 0929-8673 0929-8673 Current Medicinal Chemistry en Biosimilars for the Management of Inflammatory Bowel Diseases: Economic Considerations 0 NA NA NA NA NA NA Bentham Science Publishers Ltd.  Bentham Science Publishers Ltd.  NA NA 0 4 subscription NA Department of Health Economics, Corvinus University of Budapest, Fovam ter 8., H-1093 Budapest, Hungary. 4 NA NA NA 11 0 FALSE FALSE FALSE closed closed closed NA
10.2174/0929867324666170406112304 2019 Medical research NA c(“fr”, “hu”, “it”) 0929-8673 0929-8673 Current Medicinal Chemistry en Biosimilars for the Management of Inflammatory Bowel Diseases: Economic Considerations 0 NA NA NA NA NA NA Bentham Science Publishers Ltd.  Bentham Science Publishers Ltd.  NA NA 0 4 subscription NA Department of Health Economics, Corvinus University of Budapest, Fovam ter 8., H-1093 Budapest, Hungary. 5 NA NA NA 11 0 FALSE FALSE FALSE closed closed closed NA
10.2174/0929867324666170406112304 2019 Medical research NA c(“fr”, “hu”, “it”) 0929-8673 0929-8673 Current Medicinal Chemistry en Biosimilars for the Management of Inflammatory Bowel Diseases: Economic Considerations 0 NA NA NA NA NA NA Bentham Science Publishers Ltd.  Bentham Science Publishers Ltd.  NA NA 0 4 subscription NA First Department of Medicine, Semmelweis University, Koranyi S. 2/A, H-1083 Budapest, Hungary. 6 NA NA NA 11 0 FALSE FALSE FALSE closed closed closed NA
10.2174/0929867324666170406112304 2019 Medical research NA c(“fr”, “hu”, “it”) 0929-8673 0929-8673 Current Medicinal Chemistry en Biosimilars for the Management of Inflammatory Bowel Diseases: Economic Considerations 0 NA NA NA NA NA NA Bentham Science Publishers Ltd.  Bentham Science Publishers Ltd.  NA NA 0 4 subscription NA First Department of Medicine, Semmelweis University, Koranyi S. 2/A, H-1083 Budapest, Hungary. 7 NA NA NA 11 0 FALSE FALSE FALSE closed closed closed NA
10.2174/0929867324666170406112304 2019 Medical research NA c(“fr”, “hu”, “it”) 0929-8673 0929-8673 Current Medicinal Chemistry en Biosimilars for the Management of Inflammatory Bowel Diseases: Economic Considerations 0 NA NA NA NA NA NA Bentham Science Publishers Ltd.  Bentham Science Publishers Ltd.  NA NA 0 4 subscription NA IBD Center, Division of Gastroenterology, Humanitas Clinical and Research Center, Rozzano, Milan, Italy. 8 NA NA NA 11 0 FALSE FALSE FALSE closed closed closed NA
10.2174/0929867324666170406112304 2019 Medical research NA c(“fr”, “hu”, “it”) 0929-8673 0929-8673 Current Medicinal Chemistry en Biosimilars for the Management of Inflammatory Bowel Diseases: Economic Considerations 0 NA NA NA NA NA NA Bentham Science Publishers Ltd.  Bentham Science Publishers Ltd.  NA NA 0 4 subscription NA Department of Hepato-Gastroenterology, University Hospital of Nancy, Allee du Morvan, 54511 Vandoeuvre-l`s-Nancy, France. 9 NA NA NA 11 0 FALSE FALSE FALSE closed closed closed NA
10.2174/0929867324666170406112304 2019 Medical research NA c(“fr”, “hu”, “it”) 0929-8673 0929-8673 Current Medicinal Chemistry en Biosimilars for the Management of Inflammatory Bowel Diseases: Economic Considerations 0 NA NA NA NA NA NA Bentham Science Publishers Ltd.  Bentham Science Publishers Ltd.  NA NA 0 4 subscription NA First Department of Medicine, Semmelweis University, Koranyi S. 2/A, H-1083 Budapest, Hungary. 10 NA NA NA 11 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.jenvrad.2017.04.010 2019 Earth, Ecology, Energy and applied biology NA fr 0265-931X 0265-931X Journal of Environmental Radioactivity en Mobile laboratories: An innovative and efficient solution for radiological characterization of sites under or after decommissioning 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA CEA French Commission for Alternative Energies and Atomic Energy, 18 Route du Panorama, 92265 Fontenay-aux-Roses, France. Electronic address: . 1 NA NA NA 3 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.jenvrad.2017.04.010 2019 Earth, Ecology, Energy and applied biology NA fr 0265-931X 0265-931X Journal of Environmental Radioactivity en Mobile laboratories: An innovative and efficient solution for radiological characterization of sites under or after decommissioning 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA Eichrom Laboratories, Rue Maryse Bastié, 35170 Bruz, France. 2 NA NA NA 3 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.jenvrad.2017.04.010 2019 Earth, Ecology, Energy and applied biology NA fr 0265-931X 0265-931X Journal of Environmental Radioactivity en Mobile laboratories: An innovative and efficient solution for radiological characterization of sites under or after decommissioning 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 hybrid NA CEA French Commission for Alternative Energies and Atomic Energy, 18 Route du Panorama, 92265 Fontenay-aux-Roses, France. 3 NA NA NA 3 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02964-8 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Estimation of the added value of 99mTc-HMPAO-labelled white blood cell scintigraphy for the diagnosis of infectious foci 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Radiopharmacy Department, University Hospital of Tours, Tours, France - . 1 NA NA NA 16 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02964-8 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Estimation of the added value of 99mTc-HMPAO-labelled white blood cell scintigraphy for the diagnosis of infectious foci 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA François Rabelais University, Tours, France - . 1 NA NA NA 16 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02964-8 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Estimation of the added value of 99mTc-HMPAO-labelled white blood cell scintigraphy for the diagnosis of infectious foci 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA UMR Inserm, U930 &quot;Imaging and Brain&quot;, Tours, France - . 1 NA NA NA 16 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02964-8 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Estimation of the added value of 99mTc-HMPAO-labelled white blood cell scintigraphy for the diagnosis of infectious foci 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Radiopharmacy Department, University Hospital of Tours, Tours, France. 2 NA NA NA 16 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02964-8 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Estimation of the added value of 99mTc-HMPAO-labelled white blood cell scintigraphy for the diagnosis of infectious foci 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA François Rabelais University, Tours, France. 2 NA NA NA 16 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02964-8 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Estimation of the added value of 99mTc-HMPAO-labelled white blood cell scintigraphy for the diagnosis of infectious foci 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA UMR Inserm, U930 &quot;Imaging and Brain&quot;, Tours, France. 6 NA NA NA 16 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02964-8 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Estimation of the added value of 99mTc-HMPAO-labelled white blood cell scintigraphy for the diagnosis of infectious foci 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Nuclear Medicine Department, University Hospital of Tours, Tours, France. 6 NA NA NA 16 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02964-8 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Estimation of the added value of 99mTc-HMPAO-labelled white blood cell scintigraphy for the diagnosis of infectious foci 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Radiopharmacy Department, University Hospital of Tours, Tours, France. 7 NA NA NA 16 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02964-8 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Estimation of the added value of 99mTc-HMPAO-labelled white blood cell scintigraphy for the diagnosis of infectious foci 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA François Rabelais University, Tours, France. 7 NA NA NA 16 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02964-8 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Estimation of the added value of 99mTc-HMPAO-labelled white blood cell scintigraphy for the diagnosis of infectious foci 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA UMR Inserm, U930 &quot;Imaging and Brain&quot;, Tours, France. 7 NA NA NA 16 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02961-2 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Diffusion-weighted MRI is not superior to FDG-PET/CT for the detection of neck recurrence in well-differentiated thyroid carcinoma 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Nuclear Medicine and Radiology, Henri Becquerel Centre &amp; Quant.I.F - LITIS (Equipe d’Accueil) 4108 - Fédération de Recherche CNRS 3638, Faculty of Medicine, University of Rouen, Rouen, France - . 1 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02961-2 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Diffusion-weighted MRI is not superior to FDG-PET/CT for the detection of neck recurrence in well-differentiated thyroid carcinoma 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Nuclear Medicine and Radiology, Henri Becquerel Centre &amp; Quant.I.F - LITIS (Equipe d’Accueil) 4108 - Fédération de Recherche CNRS 3638, Faculty of Medicine, University of Rouen, Rouen, France. 2 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02961-2 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Diffusion-weighted MRI is not superior to FDG-PET/CT for the detection of neck recurrence in well-differentiated thyroid carcinoma 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Statistics, Rouen University Hospital, Rouen, France. 3 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02961-2 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Diffusion-weighted MRI is not superior to FDG-PET/CT for the detection of neck recurrence in well-differentiated thyroid carcinoma 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Nuclear Medicine and Radiology, Henri Becquerel Centre &amp; Quant.I.F - LITIS (Equipe d’Accueil) 4108 - Fédération de Recherche CNRS 3638, Faculty of Medicine, University of Rouen, Rouen, France. 4 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02961-2 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Diffusion-weighted MRI is not superior to FDG-PET/CT for the detection of neck recurrence in well-differentiated thyroid carcinoma 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Nuclear Medicine and Radiology, Henri Becquerel Centre &amp; Quant.I.F - LITIS (Equipe d’Accueil) 4108 - Fédération de Recherche CNRS 3638, Faculty of Medicine, University of Rouen, Rouen, France. 5 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02961-2 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Diffusion-weighted MRI is not superior to FDG-PET/CT for the detection of neck recurrence in well-differentiated thyroid carcinoma 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Nuclear Medicine and Radiology, Henri Becquerel Centre &amp; Quant.I.F - LITIS (Equipe d’Accueil) 4108 - Fédération de Recherche CNRS 3638, Faculty of Medicine, University of Rouen, Rouen, France. 6 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02961-2 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Diffusion-weighted MRI is not superior to FDG-PET/CT for the detection of neck recurrence in well-differentiated thyroid carcinoma 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Statistics, Rouen University Hospital, Rouen, France. 7 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02961-2 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Diffusion-weighted MRI is not superior to FDG-PET/CT for the detection of neck recurrence in well-differentiated thyroid carcinoma 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Thyroid and Endocrine Tumors Unit, Department of Nuclear Medicine, Pitié-Salpêtrière Hospital, Paris VI University, Cancer Institute, Paris, France. 8 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02961-2 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Diffusion-weighted MRI is not superior to FDG-PET/CT for the detection of neck recurrence in well-differentiated thyroid carcinoma 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA INSERM, UMR970, Paris-Cardiovascular Research Center at HEGP, Paris, France. 8 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s1824-4785.17.02961-2 2019 Medical research NA fr 1824-4785 1824-4785,1827-1936 The Quarterly Journal of Nuclear Medicine and Molecular Imaging en Diffusion-weighted MRI is not superior to FDG-PET/CT for the detection of neck recurrence in well-differentiated thyroid carcinoma 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Nuclear Medicine and Radiology, Henri Becquerel Centre &amp; Quant.I.F - LITIS (Equipe d’Accueil) 4108 - Fédération de Recherche CNRS 3638, Faculty of Medicine, University of Rouen, Rouen, France. 9 NA NA NA 10 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s0390-5616.17.04045-0 2019 Medical research NA c(“fr”, “ch”, “it”) 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Insular gliomas: a surgical reappraisal based on a systematic review of the literature 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Service of Neurosurgery, &quot;Di Venere&quot; Hospital of Bari, Bari, Italy. 1 NA NA NA 7 0 FALSE FALSE FALSE closed closed closed NA
10.23736/s0390-5616.17.04045-0 2019 Medical research NA c(“fr”, “ch”, “it”) 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Insular gliomas: a surgical reappraisal based on a systematic review of the literature 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Clinical Neurosciences, Service of Neurosurgery, University Hospital of Lausanne (CHUV), Lausanne, Switzerland. 2 NA NA NA 7 0 FALSE FALSE FALSE closed closed closed NA
10.23736/s0390-5616.17.04045-0 2019 Medical research NA c(“fr”, “ch”, “it”) 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Insular gliomas: a surgical reappraisal based on a systematic review of the literature 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Service of Neurosurgery A, &quot;Pierre Wertheimer&quot; Neurological Neurosurgical Hospital of Lyon, Lyon, France. 3 NA NA NA 7 0 FALSE FALSE FALSE closed closed closed NA


2020

import_manips(2020)

Temps d’exécution de l’import des données : 8.88 secs.

Dimensions du jeu de données : 699126 observations et 39 variables (1 ligne = 1 auteur).

Nombre d’articles : 141581.

Les 100 premières observations :

n_100_kable(data)
doi year bso_classification coi detected_countries journal_issn_l journal_issns journal_name lang title has_apc amount_apc_EUR apc_source amount_apc_doaj_EUR amount_apc_doaj amount_apc_openapc_EUR count_apc_openapc_key publisher_group publisher_dissemination external_ids hal_id is_covered_by_couperin tier journal_color journal_color_doaj name author_position corresponding email country nb_authors is_french_CA oa_details.2020.is_oa oa_details.2020.journal_is_in_doaj oa_details.2020.journal_is_oa oa_details.2020.oa_host_type oa_details.2020.oa_colors oa_details.2020.oa_colors_with_priority_to_publisher oa_details.2020.licence_publisher
10.1016/j.jpedsurg.2012.07.038 2020 Medical research NA fr 0022-3468 0022-3468 Journal of Pediatric Surgery en Small left colon syndrome in 3 sisters 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of Pediatric Surgery, University of Poitiers, Poitiers, France. Electronic address: . 1 NA NA NA 4 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.jpedsurg.2012.07.038 2020 Medical research NA fr 0022-3468 0022-3468 Journal of Pediatric Surgery en Small left colon syndrome in 3 sisters 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of Neonatology, University of Poitiers, Poitiers, France. 2 NA NA NA 4 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.jpedsurg.2012.07.038 2020 Medical research NA fr 0022-3468 0022-3468 Journal of Pediatric Surgery en Small left colon syndrome in 3 sisters 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of Pediatric Surgery, University of Poitiers, Poitiers, France. 3 NA NA NA 4 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.jpedsurg.2012.07.038 2020 Medical research NA fr 0022-3468 0022-3468 Journal of Pediatric Surgery en Small left colon syndrome in 3 sisters 0 NA NA NA NA NA NA Elsevier Elsevier NA NA 1 1 subscription NA Department of Pediatric Surgery, University of Poitiers, Poitiers, France. 4 NA NA NA 4 1 FALSE FALSE FALSE closed closed closed NA
10.1177/2048872616632154 2020 Medical research NA fr 2048-8726 2048-8734,2048-8726 European Heart Journal. Acute Cardiovascular Care en Surgical management of an anomalous right coronary artery 0 NA NA NA NA NA NA Oxford University Press Oxford University Press NA NA 1 3 hybrid NA Department of Thoracic and Cardio-Vascular Surgery, Pitié-Salpêtrière Hospital, Paris, France. 1 NA NA NA 3 1 FALSE FALSE FALSE closed closed closed NA
10.1177/2048872616632154 2020 Medical research NA fr 2048-8726 2048-8734,2048-8726 European Heart Journal. Acute Cardiovascular Care en Surgical management of an anomalous right coronary artery 0 NA NA NA NA NA NA Oxford University Press Oxford University Press NA NA 1 3 hybrid NA Department of Thoracic and Cardio-Vascular Surgery, Pitié-Salpêtrière Hospital, Paris, France. 2 NA NA NA 3 1 FALSE FALSE FALSE closed closed closed NA
10.1177/2048872616632154 2020 Medical research NA fr 2048-8726 2048-8734,2048-8726 European Heart Journal. Acute Cardiovascular Care en Surgical management of an anomalous right coronary artery 0 NA NA NA NA NA NA Oxford University Press Oxford University Press NA NA 1 3 hybrid NA Department of Thoracic and Cardio-Vascular Surgery, Pitié-Salpêtrière Hospital, Paris, France. 3 NA NA NA 3 1 FALSE FALSE FALSE closed closed closed NA
10.1177/2048872616676604 2020 Medical research NA fr 2048-8726 2048-8734,2048-8726 European Heart Journal. Acute Cardiovascular Care en Permanent junctional reciprocating tachycardia: a rare, but not to be missed, cause of cardiogenic shock in adults 1 2452.830 openAPC_estimation_publisher_year NA NA 2452.830 314 Oxford University Press Oxford University Press NA NA 1 3 hybrid NA Cardiac Intensive Care Unit, Lille University Hospital, France. 1 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1177/2048872616676604 2020 Medical research NA fr 2048-8726 2048-8734,2048-8726 European Heart Journal. Acute Cardiovascular Care en Permanent junctional reciprocating tachycardia: a rare, but not to be missed, cause of cardiogenic shock in adults 1 2452.830 openAPC_estimation_publisher_year NA NA 2452.830 314 Oxford University Press Oxford University Press NA NA 1 3 hybrid NA Department of Electrophysiology, Lille University Hospital, France. 1 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1177/2048872616676604 2020 Medical research NA fr 2048-8726 2048-8734,2048-8726 European Heart Journal. Acute Cardiovascular Care en Permanent junctional reciprocating tachycardia: a rare, but not to be missed, cause of cardiogenic shock in adults 1 2452.830 openAPC_estimation_publisher_year NA NA 2452.830 314 Oxford University Press Oxford University Press NA NA 1 3 hybrid NA Department of Electrophysiology, Lille University Hospital, France. 2 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1177/2048872616676604 2020 Medical research NA fr 2048-8726 2048-8734,2048-8726 European Heart Journal. Acute Cardiovascular Care en Permanent junctional reciprocating tachycardia: a rare, but not to be missed, cause of cardiogenic shock in adults 1 2452.830 openAPC_estimation_publisher_year NA NA 2452.830 314 Oxford University Press Oxford University Press NA NA 1 3 hybrid NA Department of Cardiology, Polyclinique du Bois, France. 2 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1177/2048872616676604 2020 Medical research NA fr 2048-8726 2048-8734,2048-8726 European Heart Journal. Acute Cardiovascular Care en Permanent junctional reciprocating tachycardia: a rare, but not to be missed, cause of cardiogenic shock in adults 1 2452.830 openAPC_estimation_publisher_year NA NA 2452.830 314 Oxford University Press Oxford University Press NA NA 1 3 hybrid NA Cardiac Intensive Care Unit, Lille University Hospital, France. 3 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1177/2048872616676604 2020 Medical research NA fr 2048-8726 2048-8734,2048-8726 European Heart Journal. Acute Cardiovascular Care en Permanent junctional reciprocating tachycardia: a rare, but not to be missed, cause of cardiogenic shock in adults 1 2452.830 openAPC_estimation_publisher_year NA NA 2452.830 314 Oxford University Press Oxford University Press NA NA 1 3 hybrid NA Inserm U1167, Université Lille Nord de France, France. 3 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1177/2048872616676604 2020 Medical research NA fr 2048-8726 2048-8734,2048-8726 European Heart Journal. Acute Cardiovascular Care en Permanent junctional reciprocating tachycardia: a rare, but not to be missed, cause of cardiogenic shock in adults 1 2452.830 openAPC_estimation_publisher_year NA NA 2452.830 314 Oxford University Press Oxford University Press NA NA 1 3 hybrid NA Lille University School of Medicine, Lille, France. 3 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s0390-5616.16.03889-3 2020 Medical research NA fr 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Transcranial approach in giant pituitary adenomas: results and outcome in a modern series 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Neurosurgery, La Timone Hospital, Marseilles, France - . 1 NA NA NA 12 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s0390-5616.16.03889-3 2020 Medical research NA fr 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Transcranial approach in giant pituitary adenomas: results and outcome in a modern series 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Aix-Marseille University, Marseilles, France - . 1 NA NA NA 12 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s0390-5616.16.03889-3 2020 Medical research NA fr 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Transcranial approach in giant pituitary adenomas: results and outcome in a modern series 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Endocrinology, La Conception Hospital, Marseilles, France. 2 NA NA NA 12 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s0390-5616.16.03889-3 2020 Medical research NA fr 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Transcranial approach in giant pituitary adenomas: results and outcome in a modern series 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Aix-Marseille University, Marseilles, France. 2 NA NA NA 12 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s0390-5616.16.03889-3 2020 Medical research NA fr 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Transcranial approach in giant pituitary adenomas: results and outcome in a modern series 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Neurosurgery, La Timone Hospital, Marseilles, France. 3 NA NA NA 12 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s0390-5616.16.03889-3 2020 Medical research NA fr 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Transcranial approach in giant pituitary adenomas: results and outcome in a modern series 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Aix-Marseille University, Marseilles, France. 4 NA NA NA 12 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s0390-5616.16.03889-3 2020 Medical research NA fr 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Transcranial approach in giant pituitary adenomas: results and outcome in a modern series 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Endocrinology, La Conception Hospital, Marseilles, France. 5 NA NA NA 12 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s0390-5616.16.03889-3 2020 Medical research NA fr 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Transcranial approach in giant pituitary adenomas: results and outcome in a modern series 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Aix-Marseille University, Marseilles, France. 5 NA NA NA 12 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s0390-5616.16.03889-3 2020 Medical research NA fr 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Transcranial approach in giant pituitary adenomas: results and outcome in a modern series 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Neurosurgery, La Timone Hospital, Marseilles, France. 6 NA NA NA 12 1 FALSE FALSE FALSE closed closed closed NA
10.23736/s0390-5616.16.03889-3 2020 Medical research NA fr 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Transcranial approach in giant pituitary adenomas: results and outcome in a modern series 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Aix-Marseille University, Marseilles, France. 6 NA NA NA 12 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.ibmb.2017.01.005 2020 Biology (fond.) NA c(“us”, “fr”) 0965-1748 0965-1748 Insect Biochemistry and Molecular Biology en Whole genome sequence of the soybean aphid, Aphis glycines 1 2365.946 openAPC_estimation_issn NA NA 2365.946 10 Elsevier Elsevier NA NA 1 1 hybrid NA Department of Entomology, Ohio Agricultural Research and Development Center, The Ohio State University, USA; Center for Applied Plant Sciences, The Ohio State University, Wooster, OH, USA. 1 NA NA NA 9 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.ibmb.2017.01.005 2020 Biology (fond.) NA c(“us”, “fr”) 0965-1748 0965-1748 Insect Biochemistry and Molecular Biology en Whole genome sequence of the soybean aphid, Aphis glycines 1 2365.946 openAPC_estimation_issn NA NA 2365.946 10 Elsevier Elsevier NA NA 1 1 hybrid NA Department of Entomology, Ohio Agricultural Research and Development Center, The Ohio State University, USA; Center for Applied Plant Sciences, The Ohio State University, Wooster, OH, USA. 2 NA NA NA 9 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.ibmb.2017.01.005 2020 Biology (fond.) NA c(“us”, “fr”) 0965-1748 0965-1748 Insect Biochemistry and Molecular Biology en Whole genome sequence of the soybean aphid, Aphis glycines 1 2365.946 openAPC_estimation_issn NA NA 2365.946 10 Elsevier Elsevier NA NA 1 1 hybrid NA Ecology and Genetics of Insects & INRIA/IRISA, Genscale, Campus Beaulieu, Rennes, INRA, UMR IGEPP 1349, France. 3 NA NA NA 9 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.ibmb.2017.01.005 2020 Biology (fond.) NA c(“us”, “fr”) 0965-1748 0965-1748 Insect Biochemistry and Molecular Biology en Whole genome sequence of the soybean aphid, Aphis glycines 1 2365.946 openAPC_estimation_issn NA NA 2365.946 10 Elsevier Elsevier NA NA 1 1 hybrid NA Department of Entomology, Texas A&M University, College Station, TX, USA. 4 NA NA NA 9 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.ibmb.2017.01.005 2020 Biology (fond.) NA c(“us”, “fr”) 0965-1748 0965-1748 Insect Biochemistry and Molecular Biology en Whole genome sequence of the soybean aphid, Aphis glycines 1 2365.946 openAPC_estimation_issn NA NA 2365.946 10 Elsevier Elsevier NA NA 1 1 hybrid NA Department of Entomology, Ohio Agricultural Research and Development Center, The Ohio State University, USA. 5 NA NA NA 9 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.ibmb.2017.01.005 2020 Biology (fond.) NA c(“us”, “fr”) 0965-1748 0965-1748 Insect Biochemistry and Molecular Biology en Whole genome sequence of the soybean aphid, Aphis glycines 1 2365.946 openAPC_estimation_issn NA NA 2365.946 10 Elsevier Elsevier NA NA 1 1 hybrid NA Department of Entomology, Ohio Agricultural Research and Development Center, The Ohio State University, USA; Center for Applied Plant Sciences, The Ohio State University, Wooster, OH, USA. 6 NA NA NA 9 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.ibmb.2017.01.005 2020 Biology (fond.) NA c(“us”, “fr”) 0965-1748 0965-1748 Insect Biochemistry and Molecular Biology en Whole genome sequence of the soybean aphid, Aphis glycines 1 2365.946 openAPC_estimation_issn NA NA 2365.946 10 Elsevier Elsevier NA NA 1 1 hybrid NA USDA-ARS, Corn Insects & Crop Genetics Research Unit, Ames, IA, USA. 7 NA NA NA 9 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.ibmb.2017.01.005 2020 Biology (fond.) NA c(“us”, “fr”) 0965-1748 0965-1748 Insect Biochemistry and Molecular Biology en Whole genome sequence of the soybean aphid, Aphis glycines 1 2365.946 openAPC_estimation_issn NA NA 2365.946 10 Elsevier Elsevier NA NA 1 1 hybrid NA Department of Entomology, Ohio Agricultural Research and Development Center, The Ohio State University, USA. 8 NA NA NA 9 0 FALSE FALSE FALSE closed closed closed NA
10.1016/j.ibmb.2017.01.005 2020 Biology (fond.) NA c(“us”, “fr”) 0965-1748 0965-1748 Insect Biochemistry and Molecular Biology en Whole genome sequence of the soybean aphid, Aphis glycines 1 2365.946 openAPC_estimation_issn NA NA 2365.946 10 Elsevier Elsevier NA NA 1 1 hybrid NA Department of Entomology, Ohio Agricultural Research and Development Center, The Ohio State University, USA; Center for Applied Plant Sciences, The Ohio State University, Wooster, OH, USA. Electronic address: . 9 NA NA NA 9 0 FALSE FALSE FALSE closed closed closed NA
10.23736/s0390-5616.17.04063-2 2020 Medical research NA c(“ch”, “fr”) 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Long-term outcome of surgical treatment of Chiari malformation without syringomyelia 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Neurosurgery, University Hospital of Lausanne, Lausanne, Switzerland - . 1 NA NA NA 5 0 NA NA NA NA NA NA NA
10.23736/s0390-5616.17.04063-2 2020 Medical research NA c(“ch”, “fr”) 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Long-term outcome of surgical treatment of Chiari malformation without syringomyelia 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Neurosurgery, University Hospital of Lausanne, Lausanne, Switzerland. 2 NA NA NA 5 0 NA NA NA NA NA NA NA
10.23736/s0390-5616.17.04063-2 2020 Medical research NA c(“ch”, “fr”) 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Long-term outcome of surgical treatment of Chiari malformation without syringomyelia 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Neurosurgery, University Hospital of Lausanne, Lausanne, Switzerland. 3 NA NA NA 5 0 NA NA NA NA NA NA NA
10.23736/s0390-5616.17.04063-2 2020 Medical research NA c(“ch”, “fr”) 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Long-term outcome of surgical treatment of Chiari malformation without syringomyelia 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Neurosurgery, Bicêtre University Hospital, Le Kremlin-Bicêtre, France. 4 NA NA NA 5 0 NA NA NA NA NA NA NA
10.23736/s0390-5616.17.04063-2 2020 Medical research NA c(“ch”, “fr”) 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Long-term outcome of surgical treatment of Chiari malformation without syringomyelia 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Neurosurgery, Bicêtre University Hospital, Le Kremlin-Bicêtre, France. 5 NA NA NA 5 0 NA NA NA NA NA NA NA
10.1089/ther.2017.0012 2020 Medical research NA c(“fr”, “es”) 2153-7658 2153-7658,2153-7933 Therapeutic Hypothermia and Temperature Management en Effect of Whole Body Hypothermia on Surfactant Function When Amniotic Fluid Is Meconium Stained NA NA NA NA NA NA NA Mary Ann Liebert Inc Mary Ann Liebert Inc NA NA 0 4 NA NA Department of Biochemistry and Molecular Biology, Faculty of Biology, and Research Institute Hospital 12 de Octubre, Complutense University, Madrid, Spain. 1 NA NA NA 5 0 FALSE FALSE FALSE closed closed closed NA
10.1089/ther.2017.0012 2020 Medical research NA c(“fr”, “es”) 2153-7658 2153-7658,2153-7933 Therapeutic Hypothermia and Temperature Management en Effect of Whole Body Hypothermia on Surfactant Function When Amniotic Fluid Is Meconium Stained NA NA NA NA NA NA NA Mary Ann Liebert Inc Mary Ann Liebert Inc NA NA 0 4 NA NA Department of Biochemistry and Molecular Biology, Faculty of Biology, and Research Institute Hospital 12 de Octubre, Complutense University, Madrid, Spain. 2 NA NA NA 5 0 FALSE FALSE FALSE closed closed closed NA
10.1089/ther.2017.0012 2020 Medical research NA c(“fr”, “es”) 2153-7658 2153-7658,2153-7933 Therapeutic Hypothermia and Temperature Management en Effect of Whole Body Hypothermia on Surfactant Function When Amniotic Fluid Is Meconium Stained NA NA NA NA NA NA NA Mary Ann Liebert Inc Mary Ann Liebert Inc NA NA 0 4 NA NA Division of Pediatrics and Neonatal Critical Care, Medical Centre “A.Béclère,” GHU Paris Sud-APHP and South Paris University, Paris, France. 3 NA NA NA 5 0 FALSE FALSE FALSE closed closed closed NA
10.1089/ther.2017.0012 2020 Medical research NA c(“fr”, “es”) 2153-7658 2153-7658,2153-7933 Therapeutic Hypothermia and Temperature Management en Effect of Whole Body Hypothermia on Surfactant Function When Amniotic Fluid Is Meconium Stained NA NA NA NA NA NA NA Mary Ann Liebert Inc Mary Ann Liebert Inc NA NA 0 4 NA NA Department of Biochemistry and Molecular Biology, Faculty of Biology, and Research Institute Hospital 12 de Octubre, Complutense University, Madrid, Spain. 4 NA NA NA 5 0 FALSE FALSE FALSE closed closed closed NA
10.1089/ther.2017.0012 2020 Medical research NA c(“fr”, “es”) 2153-7658 2153-7658,2153-7933 Therapeutic Hypothermia and Temperature Management en Effect of Whole Body Hypothermia on Surfactant Function When Amniotic Fluid Is Meconium Stained NA NA NA NA NA NA NA Mary Ann Liebert Inc Mary Ann Liebert Inc NA NA 0 4 NA NA Division of Pediatrics and Neonatal Critical Care, Medical Centre “A.Béclère,” GHU Paris Sud-APHP and South Paris University, Paris, France. 5 NA NA NA 5 0 FALSE FALSE FALSE closed closed closed NA
10.23736/s0390-5616.17.04067-x 2020 Medical research NA c(“it”, “jp”, “fr”) 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Natural history of de novo high grade glioma: first description of growth parabola 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Unit of Neurosurgery, Città della Salute e della Scienza, University of Turin, Turin, Italy - . 1 NA NA NA 10 0 NA NA NA NA NA NA NA
10.23736/s0390-5616.17.04067-x 2020 Medical research NA c(“it”, “jp”, “fr”) 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Natural history of de novo high grade glioma: first description of growth parabola 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Neurosurgery, Graduate School of Medicine, Chiba University, Chiba, Japan. 2 NA NA NA 10 0 NA NA NA NA NA NA NA
10.23736/s0390-5616.17.04067-x 2020 Medical research NA c(“it”, “jp”, “fr”) 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Natural history of de novo high grade glioma: first description of growth parabola 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Neurosurgery, Gui de Chauliac Hospital, Montpellier University Medical Center, Montpellier, France. 3 NA NA NA 10 0 NA NA NA NA NA NA NA
10.23736/s0390-5616.17.04067-x 2020 Medical research NA c(“it”, “jp”, “fr”) 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Natural history of de novo high grade glioma: first description of growth parabola 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Unit of Neurosurgery, Città della Salute e della Scienza, University of Turin, Turin, Italy. 4 NA NA NA 10 0 NA NA NA NA NA NA NA
10.23736/s0390-5616.17.04067-x 2020 Medical research NA c(“it”, “jp”, “fr”) 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Natural history of de novo high grade glioma: first description of growth parabola 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Unit of Neurosurgery, Spedali Civili and University of Brescia, Brescia, Italy. 5 NA NA NA 10 0 NA NA NA NA NA NA NA
10.23736/s0390-5616.17.04067-x 2020 Medical research NA c(“it”, “jp”, “fr”) 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Natural history of de novo high grade glioma: first description of growth parabola 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Unit of Neurosurgery, School of Medicine, Sacred Heart Catholic University, Rome, Italy. 6 NA NA NA 10 0 NA NA NA NA NA NA NA
10.23736/s0390-5616.17.04067-x 2020 Medical research NA c(“it”, “jp”, “fr”) 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Natural history of de novo high grade glioma: first description of growth parabola 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Unit of Neurosurgery, Città della Salute e della Scienza, University of Turin, Turin, Italy. 7 NA NA NA 10 0 NA NA NA NA NA NA NA
10.23736/s0390-5616.17.04067-x 2020 Medical research NA c(“it”, “jp”, “fr”) 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Natural history of de novo high grade glioma: first description of growth parabola 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Unit of Neurosurgery, Spedali Civili and University of Brescia, Brescia, Italy. 8 NA NA NA 10 0 NA NA NA NA NA NA NA
10.23736/s0390-5616.17.04067-x 2020 Medical research NA c(“it”, “jp”, “fr”) 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Natural history of de novo high grade glioma: first description of growth parabola 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Unit of Neurosurgery, Spedali Civili and University of Brescia, Brescia, Italy. 9 NA NA NA 10 0 NA NA NA NA NA NA NA
10.23736/s0390-5616.17.04067-x 2020 Medical research NA c(“it”, “jp”, “fr”) 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Natural history of de novo high grade glioma: first description of growth parabola 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Unit of Neurosurgery, Città della Salute e della Scienza, University of Turin, Turin, Italy. 10 NA NA NA 10 0 NA NA NA NA NA NA NA
10.1002/acr.23335 2020 Medical research NA c(“de”, “mx”, “rs”, “hu”, “es”, “it”, “nl”, “fr”) 2151-464X 2151-464X,2151-4658 Arthritis Care & Research en Age‐Related Vascularization and Ossification of Joints in Children: An International Pilot Study to Test Multiobserver Ultrasound Reliability 0 NA NA NA NA NA NA Wiley Wiley NA NA 1 2 hybrid NA Asklepios Hospital Weissenfels, Weissenfels, Germany. 1 NA NA NA 13 0 TRUE FALSE FALSE repository green green_only NA
10.1002/acr.23335 2020 Medical research NA c(“de”, “mx”, “rs”, “hu”, “es”, “it”, “nl”, “fr”) 2151-464X 2151-464X,2151-4658 Arthritis Care & Research en Age‐Related Vascularization and Ossification of Joints in Children: An International Pilot Study to Test Multiobserver Ultrasound Reliability 0 NA NA NA NA NA NA Wiley Wiley NA NA 1 2 hybrid NA Universitario Severo Ochoa, Madrid, Spain. 2 NA NA NA 13 0 TRUE FALSE FALSE repository green green_only NA
10.1002/acr.23335 2020 Medical research NA c(“de”, “mx”, “rs”, “hu”, “es”, “it”, “nl”, “fr”) 2151-464X 2151-464X,2151-4658 Arthritis Care & Research en Age‐Related Vascularization and Ossification of Joints in Children: An International Pilot Study to Test Multiobserver Ultrasound Reliability 0 NA NA NA NA NA NA Wiley Wiley NA NA 1 2 hybrid NA University of Nis, Nis, Serbia. 3 NA NA NA 13 0 TRUE FALSE FALSE repository green green_only NA
10.1002/acr.23335 2020 Medical research NA c(“de”, “mx”, “rs”, “hu”, “es”, “it”, “nl”, “fr”) 2151-464X 2151-464X,2151-4658 Arthritis Care & Research en Age‐Related Vascularization and Ossification of Joints in Children: An International Pilot Study to Test Multiobserver Ultrasound Reliability 0 NA NA NA NA NA NA Wiley Wiley NA NA 1 2 hybrid NA IRCCS Ospedale Pediatrico Bambino Gesù, Rome, Italy. 4 NA NA NA 13 0 TRUE FALSE FALSE repository green green_only NA
10.1002/acr.23335 2020 Medical research NA c(“de”, “mx”, “rs”, “hu”, “es”, “it”, “nl”, “fr”) 2151-464X 2151-464X,2151-4658 Arthritis Care & Research en Age‐Related Vascularization and Ossification of Joints in Children: An International Pilot Study to Test Multiobserver Ultrasound Reliability 0 NA NA NA NA NA NA Wiley Wiley NA NA 1 2 hybrid NA National Institute of Rheumatology and Physiotherapy, Budapest, Hungary. 5 NA NA NA 13 0 TRUE FALSE FALSE repository green green_only NA
10.1002/acr.23335 2020 Medical research NA c(“de”, “mx”, “rs”, “hu”, “es”, “it”, “nl”, “fr”) 2151-464X 2151-464X,2151-4658 Arthritis Care & Research en Age‐Related Vascularization and Ossification of Joints in Children: An International Pilot Study to Test Multiobserver Ultrasound Reliability 0 NA NA NA NA NA NA Wiley Wiley NA NA 1 2 hybrid NA ASST Mantova, C. Poma Hospital, Mantua, Italy. 9 NA NA NA 13 0 TRUE FALSE FALSE repository green green_only NA
10.1002/acr.23335 2020 Medical research NA c(“de”, “mx”, “rs”, “hu”, “es”, “it”, “nl”, “fr”) 2151-464X 2151-464X,2151-4658 Arthritis Care & Research en Age‐Related Vascularization and Ossification of Joints in Children: An International Pilot Study to Test Multiobserver Ultrasound Reliability 0 NA NA NA NA NA NA Wiley Wiley NA NA 1 2 hybrid NA Pediatric Rheumatology Research Institute, Bad Bramstedt, Germany. 10 NA NA NA 13 0 TRUE FALSE FALSE repository green green_only NA
10.1002/acr.23335 2020 Medical research NA c(“de”, “mx”, “rs”, “hu”, “es”, “it”, “nl”, “fr”) 2151-464X 2151-464X,2151-4658 Arthritis Care & Research en Age‐Related Vascularization and Ossification of Joints in Children: An International Pilot Study to Test Multiobserver Ultrasound Reliability 0 NA NA NA NA NA NA Wiley Wiley NA NA 1 2 hybrid NA Università degli Studi di Torino, Turin, Italy. 11 NA NA NA 13 0 TRUE FALSE FALSE repository green green_only NA
10.1002/acr.23335 2020 Medical research NA c(“de”, “mx”, “rs”, “hu”, “es”, “it”, “nl”, “fr”) 2151-464X 2151-464X,2151-4658 Arthritis Care & Research en Age‐Related Vascularization and Ossification of Joints in Children: An International Pilot Study to Test Multiobserver Ultrasound Reliability 0 NA NA NA NA NA NA Wiley Wiley NA NA 1 2 hybrid NA APHP, Hôspital Ambroise Paré, 92100 Boulogne-Billancourt, INSERM U1173, UFR Simone Veil, and Versailles-Saint-Quentin University, Saint-Quentin en Yvelines, France. 12 NA NA NA 13 0 TRUE FALSE FALSE repository green green_only NA
10.1002/acr.23335 2020 Medical research NA c(“de”, “mx”, “rs”, “hu”, “es”, “it”, “nl”, “fr”) 2151-464X 2151-464X,2151-4658 Arthritis Care & Research en Age‐Related Vascularization and Ossification of Joints in Children: An International Pilot Study to Test Multiobserver Ultrasound Reliability 0 NA NA NA NA NA NA Wiley Wiley NA NA 1 2 hybrid NA Hospital General Universitario Gregorio Marañón and Complutense University, Madrid, Spain. 13 NA NA NA 13 0 TRUE FALSE FALSE repository green green_only NA
10.1097/pai.0000000000000539 2020 Medical research NA fr 1533-4058 1541-2016 Applied Immunohistochemistry & Molecular Morphology en TTF-1-positive Metastatic Endometrioid Carcinoma: A Case Report and Review of Literature of a Potential Diagnostic Pitfall 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA Departments of Pathology. 1 NA NA NA 10 0 FALSE FALSE FALSE closed closed closed NA
10.1097/pai.0000000000000539 2020 Medical research NA fr 1533-4058 1541-2016 Applied Immunohistochemistry & Molecular Morphology en TTF-1-positive Metastatic Endometrioid Carcinoma: A Case Report and Review of Literature of a Potential Diagnostic Pitfall 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA Department of Oncology, Lucien Neuwirth Cancer Institute, Saint-Priest-en-Jarez, France. 2 NA NA NA 10 0 FALSE FALSE FALSE closed closed closed NA
10.1097/pai.0000000000000539 2020 Medical research NA fr 1533-4058 1541-2016 Applied Immunohistochemistry & Molecular Morphology en TTF-1-positive Metastatic Endometrioid Carcinoma: A Case Report and Review of Literature of a Potential Diagnostic Pitfall 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA Departments of Pathology. 3 NA NA NA 10 0 FALSE FALSE FALSE closed closed closed NA
10.1097/pai.0000000000000539 2020 Medical research NA fr 1533-4058 1541-2016 Applied Immunohistochemistry & Molecular Morphology en TTF-1-positive Metastatic Endometrioid Carcinoma: A Case Report and Review of Literature of a Potential Diagnostic Pitfall 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA Departments of Pathology. 4 NA NA NA 10 0 FALSE FALSE FALSE closed closed closed NA
10.1097/pai.0000000000000539 2020 Medical research NA fr 1533-4058 1541-2016 Applied Immunohistochemistry & Molecular Morphology en TTF-1-positive Metastatic Endometrioid Carcinoma: A Case Report and Review of Literature of a Potential Diagnostic Pitfall 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA Radiology. 5 NA NA NA 10 0 FALSE FALSE FALSE closed closed closed NA
10.1097/pai.0000000000000539 2020 Medical research NA fr 1533-4058 1541-2016 Applied Immunohistochemistry & Molecular Morphology en TTF-1-positive Metastatic Endometrioid Carcinoma: A Case Report and Review of Literature of a Potential Diagnostic Pitfall 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA Department of Oncology, Lucien Neuwirth Cancer Institute, Saint-Priest-en-Jarez, France. 6 NA NA NA 10 0 FALSE FALSE FALSE closed closed closed NA
10.1097/pai.0000000000000539 2020 Medical research NA fr 1533-4058 1541-2016 Applied Immunohistochemistry & Molecular Morphology en TTF-1-positive Metastatic Endometrioid Carcinoma: A Case Report and Review of Literature of a Potential Diagnostic Pitfall 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA Pneumology. 7 NA NA NA 10 0 FALSE FALSE FALSE closed closed closed NA
10.1097/pai.0000000000000539 2020 Medical research NA fr 1533-4058 1541-2016 Applied Immunohistochemistry & Molecular Morphology en TTF-1-positive Metastatic Endometrioid Carcinoma: A Case Report and Review of Literature of a Potential Diagnostic Pitfall 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA Neurosurgery, University Hospital of Saint Etienne, North Hospital, Cedex. 8 NA NA NA 10 0 FALSE FALSE FALSE closed closed closed NA
10.1097/pai.0000000000000539 2020 Medical research NA fr 1533-4058 1541-2016 Applied Immunohistochemistry & Molecular Morphology en TTF-1-positive Metastatic Endometrioid Carcinoma: A Case Report and Review of Literature of a Potential Diagnostic Pitfall 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA Departments of Pathology. 9 NA NA NA 10 0 FALSE FALSE FALSE closed closed closed NA
10.1097/pai.0000000000000539 2020 Medical research NA fr 1533-4058 1541-2016 Applied Immunohistochemistry & Molecular Morphology en TTF-1-positive Metastatic Endometrioid Carcinoma: A Case Report and Review of Literature of a Potential Diagnostic Pitfall 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA Departments of Pathology. 10 NA NA NA 10 0 FALSE FALSE FALSE closed closed closed NA
10.1097/icb.0000000000000618 2020 Medical research NA c(“fr”, “nl”) 1935-1089 1935-1089 RETINAL Cases & Brief Reports en MAINTENANCE OF GOOD VISUAL ACUITY IN BEST DISEASE ASSOCIATED WITH CHRONIC BILATERAL SEROUS MACULAR DETACHMENT 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA LuEsther T. Mertz Retinal Research Center, Manhattan Eye, Ear and Throat Hospital, New York, New York. 1 NA NA NA 8 0 FALSE FALSE FALSE closed closed closed NA
10.1097/icb.0000000000000618 2020 Medical research NA c(“fr”, “nl”) 1935-1089 1935-1089 RETINAL Cases & Brief Reports en MAINTENANCE OF GOOD VISUAL ACUITY IN BEST DISEASE ASSOCIATED WITH CHRONIC BILATERAL SEROUS MACULAR DETACHMENT 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA Vitreous Retina Macula Consultants of New York, New York, New York. 1 NA NA NA 8 0 FALSE FALSE FALSE closed closed closed NA
10.1097/icb.0000000000000618 2020 Medical research NA c(“fr”, “nl”) 1935-1089 1935-1089 RETINAL Cases & Brief Reports en MAINTENANCE OF GOOD VISUAL ACUITY IN BEST DISEASE ASSOCIATED WITH CHRONIC BILATERAL SEROUS MACULAR DETACHMENT 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA Department of Ophthalmology, Centre Hospitalier Universitaire de Bordeaux, Bordeaux, France. 1 NA NA NA 8 0 FALSE FALSE FALSE closed closed closed NA
10.1097/icb.0000000000000618 2020 Medical research NA c(“fr”, “nl”) 1935-1089 1935-1089 RETINAL Cases & Brief Reports en MAINTENANCE OF GOOD VISUAL ACUITY IN BEST DISEASE ASSOCIATED WITH CHRONIC BILATERAL SEROUS MACULAR DETACHMENT 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA Department of Ophthalmology, Leiden University Medical Center, Leiden, the Netherlands. 2 NA NA NA 8 0 FALSE FALSE FALSE closed closed closed NA
10.1097/icb.0000000000000618 2020 Medical research NA c(“fr”, “nl”) 1935-1089 1935-1089 RETINAL Cases & Brief Reports en MAINTENANCE OF GOOD VISUAL ACUITY IN BEST DISEASE ASSOCIATED WITH CHRONIC BILATERAL SEROUS MACULAR DETACHMENT 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA Department of Ophthalmology, Academic Medical Center, Amsterdam, the Netherlands; and. 2 NA NA NA 8 0 FALSE FALSE FALSE closed closed closed NA
10.1097/icb.0000000000000618 2020 Medical research NA c(“fr”, “nl”) 1935-1089 1935-1089 RETINAL Cases & Brief Reports en MAINTENANCE OF GOOD VISUAL ACUITY IN BEST DISEASE ASSOCIATED WITH CHRONIC BILATERAL SEROUS MACULAR DETACHMENT 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA LuEsther T. Mertz Retinal Research Center, Manhattan Eye, Ear and Throat Hospital, New York, New York. 3 NA NA NA 8 0 FALSE FALSE FALSE closed closed closed NA
10.1097/icb.0000000000000618 2020 Medical research NA c(“fr”, “nl”) 1935-1089 1935-1089 RETINAL Cases & Brief Reports en MAINTENANCE OF GOOD VISUAL ACUITY IN BEST DISEASE ASSOCIATED WITH CHRONIC BILATERAL SEROUS MACULAR DETACHMENT 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA Vitreous Retina Macula Consultants of New York, New York, New York. 3 NA NA NA 8 0 FALSE FALSE FALSE closed closed closed NA
10.1097/icb.0000000000000618 2020 Medical research NA c(“fr”, “nl”) 1935-1089 1935-1089 RETINAL Cases & Brief Reports en MAINTENANCE OF GOOD VISUAL ACUITY IN BEST DISEASE ASSOCIATED WITH CHRONIC BILATERAL SEROUS MACULAR DETACHMENT 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA Department of Ophthalmology, New York University School of Medicine, New York, New York. 3 NA NA NA 8 0 FALSE FALSE FALSE closed closed closed NA
10.1519/jsc.0000000000002236 2020 Biology (fond.) NA c(“no”, “fr”) 1064-8011 1064-8011 Journal of Strength and Conditioning Research en Adding Whole-Body Vibration to Preconditioning Squat Exercise Increases Cycling Sprint Performance 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA Research Group in Engineering Sciences (EA 4694), Biomechanics Department, UFR STAPS, University of Reims Champagne-Ardenne, Reims, France; and. 1 NA NA NA 3 0 FALSE FALSE FALSE closed closed closed NA
10.1519/jsc.0000000000002236 2020 Biology (fond.) NA c(“no”, “fr”) 1064-8011 1064-8011 Journal of Strength and Conditioning Research en Adding Whole-Body Vibration to Preconditioning Squat Exercise Increases Cycling Sprint Performance 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA Section for Sport Science, Inland Norway University of Applied Sciences, Lillehammer, Norway. 2 NA NA NA 3 0 FALSE FALSE FALSE closed closed closed NA
10.1519/jsc.0000000000002236 2020 Biology (fond.) NA c(“no”, “fr”) 1064-8011 1064-8011 Journal of Strength and Conditioning Research en Adding Whole-Body Vibration to Preconditioning Squat Exercise Increases Cycling Sprint Performance 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA Research Group in Engineering Sciences (EA 4694), Biomechanics Department, UFR STAPS, University of Reims Champagne-Ardenne, Reims, France; and. 3 NA NA NA 3 0 FALSE FALSE FALSE closed closed closed NA
10.1519/jsc.0000000000002189 2020 Biology (fond.) NA fr 1064-8011 1064-8011 Journal of Strength and Conditioning Research en Validity and Reliability of the Stages Cycling Power Meter 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA Laboratory of Sport, Expertise and Performance (INSEP), French Institute of Sport, Expertise and Performance, Paris, France. 1 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1519/jsc.0000000000002189 2020 Biology (fond.) NA fr 1064-8011 1064-8011 Journal of Strength and Conditioning Research en Validity and Reliability of the Stages Cycling Power Meter 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA French Cycling Federation, Saint Quentin en Yvelines, France. 1 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1519/jsc.0000000000002189 2020 Biology (fond.) NA fr 1064-8011 1064-8011 Journal of Strength and Conditioning Research en Validity and Reliability of the Stages Cycling Power Meter 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA Laboratory of Sport, Expertise and Performance (INSEP), French Institute of Sport, Expertise and Performance, Paris, France. 2 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1519/jsc.0000000000002189 2020 Biology (fond.) NA fr 1064-8011 1064-8011 Journal of Strength and Conditioning Research en Validity and Reliability of the Stages Cycling Power Meter 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA Université Côte d’Azur, LAMHESS, Nice, France. 2 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1519/jsc.0000000000002189 2020 Biology (fond.) NA fr 1064-8011 1064-8011 Journal of Strength and Conditioning Research en Validity and Reliability of the Stages Cycling Power Meter 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA Laboratory “Motricité, Interactions, Performance” (EA 4334), University of Nantes, Nantes, France; and. 3 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1519/jsc.0000000000002189 2020 Biology (fond.) NA fr 1064-8011 1064-8011 Journal of Strength and Conditioning Research en Validity and Reliability of the Stages Cycling Power Meter 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA Laboratory of Sport, Expertise and Performance (INSEP), French Institute of Sport, Expertise and Performance, Paris, France. 4 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1519/jsc.0000000000002189 2020 Biology (fond.) NA fr 1064-8011 1064-8011 Journal of Strength and Conditioning Research en Validity and Reliability of the Stages Cycling Power Meter 0 NA NA NA NA NA NA Wolters Kluwer Health Wolters Kluwer Health NA NA 0 3 subscription NA Université Côte d’Azur, LAMHESS, Nice, France. 4 NA NA NA 7 1 FALSE FALSE FALSE closed closed closed NA
10.1016/j.jhevol.2017.05.008 2020 Earth, Ecology, Energy and applied biology NA fr 0047-2484 0047-2484 Journal of Human Evolution en Paleoecological insights from fossil freshwater mollusks of the Kanapoi Formation (Omo-Turkana Basin, Kenya) 1 2041.969 openAPC_estimation_publisher_year NA NA 2041.969 2004 Elsevier Elsevier list(id_type = “hal_id”, id_value = “20.500.12210/34325”) 20.500.12210/34325 1 1 hybrid NA CNRS, Univ. Lille, UMR 8198 - Evolution, Ecology, Paleontology, F-59000 Lille, France; Limnology Unit, Department of Biology, Ghent University, B-9000 Ghent, Belgium. Electronic address: . 1 NA NA NA 1 1 TRUE FALSE FALSE repository green green_only NA
10.23736/s0390-5616.17.04082-6 2020 Medical research NA fr 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Rational use of systematic postoperative CT scans after neurosurgical craniotomy 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Neurosurgery, La Timone University Hospital, Assistance Publique - Hôpitaux de Marseille (APHM), Marseille, France - . 1 NA NA NA 13 1 NA NA NA NA NA NA NA
10.23736/s0390-5616.17.04082-6 2020 Medical research NA fr 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Rational use of systematic postoperative CT scans after neurosurgical craniotomy 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Neuro-Oncology, La Timone University Hospital, Assistance Publique - Hôpitaux de Marseille (APHM), Marseille, France. 2 NA NA NA 13 1 NA NA NA NA NA NA NA
10.23736/s0390-5616.17.04082-6 2020 Medical research NA fr 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Rational use of systematic postoperative CT scans after neurosurgical craniotomy 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA INSERM Unit of Research UMR S911, Biologic Oncology and Oncologic Pharmacology Research Center (CRO2), Faculty of Medical and Paramedical Sciences, Aix-Marseille University, Marseille, France. 2 NA NA NA 13 1 NA NA NA NA NA NA NA
10.23736/s0390-5616.17.04082-6 2020 Medical research NA fr 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Rational use of systematic postoperative CT scans after neurosurgical craniotomy 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Neurosurgery, La Timone University Hospital, Assistance Publique - Hôpitaux de Marseille (APHM), Marseille, France. 3 NA NA NA 13 1 NA NA NA NA NA NA NA
10.23736/s0390-5616.17.04082-6 2020 Medical research NA fr 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Rational use of systematic postoperative CT scans after neurosurgical craniotomy 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Center for Research in Neurobiology and Neurophysiology of Marseille (CRN2M), National Center of Scientific Research (CNRS), Aix-Marseille University, Marseille, France. 3 NA NA NA 13 1 NA NA NA NA NA NA NA
10.23736/s0390-5616.17.04082-6 2020 Medical research NA fr 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Rational use of systematic postoperative CT scans after neurosurgical craniotomy 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Service of Neuroradiology, La Timone University Hospital, Assistance Publique - Hôpitaux de Marseille (APHM), Marseille, France. 7 NA NA NA 13 1 NA NA NA NA NA NA NA
10.23736/s0390-5616.17.04082-6 2020 Medical research NA fr 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Rational use of systematic postoperative CT scans after neurosurgical craniotomy 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Anesthesiology and Intensive Care, La Timone University Hospital, Assistance Publique - Hôpitaux de Marseille (APHM), Marseille, France. 8 NA NA NA 13 1 NA NA NA NA NA NA NA
10.23736/s0390-5616.17.04082-6 2020 Medical research NA fr 0390-5616 0390-5616,1827-1855 Journal of Neurosurgical Sciences en Rational use of systematic postoperative CT scans after neurosurgical craniotomy 0 NA NA NA NA NA NA Edizioni Minerva Medica Edizioni Minerva Medica NA NA 0 4 subscription NA Department of Neurosurgery, La Timone University Hospital, Assistance Publique - Hôpitaux de Marseille (APHM), Marseille, France. 9 NA NA NA 13 1 NA NA NA NA NA NA NA


Valeurs manquantes

# Fonction NA
table_na <- function(data){
    
    # Volume et part NA par variable
    nb_NA <- as.data.frame(apply(is.na(data), 2, sum)) %>% 
                           rename(`nombre de NA` = `apply(is.na(data), 2, sum)`) %>%
                           mutate(pourcentage = `nombre de NA`/nrow(data)*100) %>% 
                           mutate(pourcentage = paste(round(pourcentage, 2), "%", sep = " ")) %>% 
                           arrange(desc(pourcentage))
    nb_NA %>% datatable(options = list(pageLength = 20, searching = F), width = '60%')
}

2013

table_na(bso_2013)


2014

table_na(bso_2014)


2015

table_na(bso_2015)


2016

table_na(bso_2016)


2017

table_na(bso_2017)


2018

table_na(bso_2018)


2019

table_na(bso_2019)


2020

table_na(bso_2020)


Statistiques générales

# Fonction NA
global_stats <- function(data){
    
    # Format factor variables
    data[,c("has_apc", "tier", "author_position", "is_french_CA")] <- sapply(data[,c("has_apc", "tier", "author_position", "is_french_CA")], as.factor)

    # Sous df sans les variables qui prennent trop de valeurs différentes et ralentissent le knit du rapport
    data <- data %>% select(-c("doi", "year", "journal_issns","journal_issn_l","journal_name", "name",))
        
    # Summarytools
    summarytools::dfSummary(data, style = "grid", graph.magnif = 0.75, valid.col = FALSE, tmp.img.dir = "/tmp", max.tbl.height = 800, headings=FALSE, method = "render")
}

2013

global_stats(bso_2013)
No Variable Stats / Values Freqs (% of Valid) Graph Missing
1 bso_classification
[character]
1. Biology (fond.)
2. Chemistry
3. Computer and informatio
4. Earth, Ecology, Energy a
5. Engineering
6. Humanities
7. Mathematics
8. Medical research
9. Physical sciences, Astron
10. Social sciences
26133 (16.9%)
7748 ( 5.0%)
5301 ( 3.4%)
14099 ( 9.1%)
4011 ( 2.6%)
11107 ( 7.2%)
3456 ( 2.2%)
51985 (33.6%)
21581 (13.9%)
9383 ( 6.1%)
0
(0.0%)
2 coi
[character]
1. The authors have declared
2. Disclosure: The authors r
3. Conflict of interestWilhe
4. Disclosure: All authors h
5. The authors declare no co
6. The authors declare no co
7. Disclosure: The authors h
8. Disclosure: The authors h
9. The authors declare that
10. Agnes Bernet and Patrick
[ 16 others ]
88 (51.5%)
25 (14.6%)
10 ( 5.8%)
10 ( 5.8%)
10 ( 5.8%)
5 ( 2.9%)
2 ( 1.2%)
2 ( 1.2%)
2 ( 1.2%)
1 ( 0.6%)
16 ( 9.4%)
154633
(99.9%)
3 detected_countries
[character]
1. fr
2. c(“us”, “fr”)
3. c(“fr”, “us”)
4. c(“gb”, “fr”)
5. c(“de”, “fr”)
6. c(“fr”, “gb”)
7. c(“it”, “fr”)
8. c(“ch”, “fr”)
9. c(“ca”, “fr”)
10. c(“fr”, “it”)
[ 1959 others ]
39364 (56.7%)
1176 ( 1.7%)
850 ( 1.2%)
619 ( 0.9%)
588 ( 0.8%)
496 ( 0.7%)
456 ( 0.7%)
448 ( 0.6%)
417 ( 0.6%)
393 ( 0.6%)
24663 (35.5%)
85334
(55.1%)
4 lang
[character]
1. en
2. fr
3. es
4. pt
5. de
6. it
7. ja
8. nl
9. ru
10. is
[ 34 others ]
121438 (78.5%)
31165 (20.1%)
736 ( 0.5%)
360 ( 0.2%)
354 ( 0.2%)
260 ( 0.2%)
208 ( 0.1%)
31 ( 0.0%)
24 ( 0.0%)
19 ( 0.0%)
129 ( 0.1%)
80
(0.1%)
5 title
[character]
1. Introduction
2. Éditorial
3. Comptes rendus
4. Présentation
5. Editorial
6. Avant-propos
7. Preface
8. Comprehensive Control of
9. Jurisprudence du Conseil
10. Lu pour vous
[ 115596 others ]
221 ( 0.1%)
109 ( 0.1%)
83 ( 0.1%)
81 ( 0.1%)
67 ( 0.0%)
57 ( 0.0%)
41 ( 0.0%)
40 ( 0.0%)
34 ( 0.0%)
34 ( 0.0%)
154034 (99.5%)
3
(0.0%)
6 has_apc
[character]
1. 0
2. 1
106722 (73.4%)
38690 (26.6%)
9392
(6.1%)
7 amount_apc_EUR
[numeric]
Mean (sd) : 1648 (1068.1)
min < med < max:
0 < 1587.5 < 6270.3
IQR (CV) : 1274.9 (0.6)
1436 distinct values 108832
(70.3%)
8 apc_source
[character]
1. doaj
2. openAPC
3. openAPC_estimation_issn
4. openAPC_estimation_issn_y
5. openAPC_estimation_publis
6. openAPC_estimation_publis
8337 (18.1%)
548 ( 1.2%)
21991 (47.8%)
7901 (17.2%)
321 ( 0.7%)
6881 (15.0%)
108825
(70.3%)
9 amount_apc_doaj_EUR
[numeric]
Mean (sd) : 1189.3 (981)
min < med < max:
0 < 1318 < 6270.3
IQR (CV) : 1869.3 (0.8)
2627 distinct values 131024
(84.6%)
10 amount_apc_doaj
[numeric]
Mean (sd) : 6026.8 (649266.5)
min < med < max:
0 < 1749 < 1e+08
IQR (CV) : 2000 (107.7)
191 distinct values 131017
(84.6%)
11 amount_apc_openapc_EUR
[numeric]
Mean (sd) : 1937.3 (865)
min < med < max:
115.2 < 1860 < 5193.6
IQR (CV) : 1172.4 (0.4)
1254 distinct values 115205
(74.4%)
12 count_apc_openapc_key
[numeric]
Mean (sd) : 216.1 (304.6)
min < med < max:
10 < 62 < 2350
IQR (CV) : 365 (1.4)
205 distinct values 115753
(74.8%)
13 publisher_group
[character]
1. Elsevier
2. Springer
3. Wiley
4. CAIRN
5. OpenEdition
6. Public Library of Science
7. Informa
8. American Physical Society
9. EDP Sciences
10. Oxford University Press
[ 1013 others ]
42459 (27.4%)
16776 (10.8%)
11916 ( 7.7%)
9544 ( 6.2%)
8078 ( 5.2%)
4656 ( 3.0%)
4385 ( 2.8%)
3633 ( 2.3%)
3619 ( 2.3%)
3520 ( 2.3%)
46218 (29.9%)
0
(0.0%)
14 publisher_dissemination
[character]
1. Elsevier
2. Springer
3. Wiley
4. CAIRN
5. OpenEdition
6. Public Library of Science
7. Informa
8. American Physical Society
9. EDP Sciences
10. Oxford University Press
[ 1012 others ]
42459 (27.4%)
16776 (10.8%)
14078 ( 9.1%)
9544 ( 6.2%)
8078 ( 5.2%)
4656 ( 3.0%)
4385 ( 2.8%)
3633 ( 2.3%)
3619 ( 2.3%)
3520 ( 2.3%)
44056 (28.5%)
0
(0.0%)
15 external_ids
[character]
1. list(id_type = “hal_id”,
2. list(id_type = “hal_id”,
3. list(id_type = “hal_id”,
4. list(id_type = “hal_id”,
5. list(id_type = “hal_id”,
6. list(id_type = “hal_id”,
7. list(id_type = “hal_id”,
8. list(id_type = “hal_id”,
9. list(id_type = “hal_id”,
10. list(id_type = “hal_id”,
[ 14103 others ]
158 ( 0.6%)
23 ( 0.1%)
22 ( 0.1%)
22 ( 0.1%)
20 ( 0.1%)
17 ( 0.1%)
16 ( 0.1%)
15 ( 0.1%)
13 ( 0.0%)
12 ( 0.0%)
27521 (98.9%)
126965
(82.0%)
16 hal_id
[character]
1. hal
2. insu-01286281
3. hal-01842803
4. hal-01853701
5. hal-00868826
6. insu-01291446
7. hal-02368088
8. hal-00932801
9. hal-01268234
10. cea-01135465
[ 14091 others ]
158 ( 0.6%)
23 ( 0.1%)
22 ( 0.1%)
22 ( 0.1%)
20 ( 0.1%)
17 ( 0.1%)
16 ( 0.1%)
15 ( 0.1%)
13 ( 0.0%)
12 ( 0.0%)
27445 (98.9%)
127041
(82.1%)
17 is_covered_by_couperin
[numeric]
Min : 0
Mean : 0.6
Max : 1
0 : 64312 (41.5%)
1 : 90492 (58.5%)
0
(0.0%)
18 tier
[character]
1. 1
2. 2
3. 3
4. 4
42459 (27.4%)
14855 ( 9.6%)
53432 (34.5%)
44058 (28.5%)
0
(0.0%)
19 journal_color
[character]
1. diamond
2. gold
3. hybrid
4. hybrid,subscription
5. subscription
6. subscription,hybrid
7289 ( 4.9%)
16498 (11.0%)
53532 (35.7%)
79 ( 0.1%)
72443 (48.3%)
1 ( 0.0%)
4962
(3.2%)
20 journal_color_doaj
[character]
1. diamond
2. gold
7745 (29.3%)
18656 (70.7%)
128403
(82.9%)
21 author_position
[character]
1. 1
2. 2
3. 3
4. 4
5. 5
6. 6
7. 7
8. 8
9. 9
10. 10
[ 370 others ]
33137 (47.8%)
8489 (12.2%)
6560 ( 9.5%)
5051 ( 7.3%)
3868 ( 5.6%)
2266 ( 3.3%)
1752 ( 2.5%)
1390 ( 2.0%)
1060 ( 1.5%)
819 ( 1.2%)
4930 ( 7.1%)
85482
(55.2%)
22 corresponding
[logical]
1. TRUE 5287 (100.0%) 149517
(96.6%)
23 email
[character]
Emails
Valid
Invalid
Duplicates
6135 (99.5%)
31 ( 0.5%)
1445 (23.4%)
148638
(96.0%)
24 country
[character]
1. France
2. UK
3. Spain
4. Australia
5. Italy
6. Belgium
7. Germany
8. USA
9. Switzerland
10. Canada
[ 53 others ]
930 (67.5%)
44 ( 3.2%)
43 ( 3.1%)
32 ( 2.3%)
28 ( 2.0%)
25 ( 1.8%)
23 ( 1.7%)
22 ( 1.6%)
16 ( 1.2%)
15 ( 1.1%)
199 (14.5%)
153427
(99.1%)
25 nb_authors
[numeric]
Mean (sd) : 35.6 (255.3)
min < med < max:
1 < 5 < 3213
IQR (CV) : 9 (7.2)
203 distinct values 85476
(55.2%)
26 is_french_CA
[character]
1. 0
2. 1
31810 (45.9%)
37518 (54.1%)
85476
(55.2%)
27 oa_details.2020.is_oa
[logical]
1. FALSE
2. TRUE
70822 (45.9%)
83329 (54.1%)
653
(0.4%)
28 oa_details.2020.journal_is_in_doaj
[logical]
1. FALSE
2. TRUE
134528 (87.3%)
19623 (12.7%)
653
(0.4%)
29 oa_details.2020.journal_is_oa
[logical]
1. FALSE
2. TRUE
132534 (86.0%)
21617 (14.0%)
653
(0.4%)
30 oa_details.2020.oa_host_type
[character]
1. closed
2. publisher
3. publisher;repository
4. repository
70822 (45.9%)
17084 (11.1%)
36943 (24.0%)
29302 (19.0%)
653
(0.4%)
31 oa_details.2020.oa_colors
[character]
1. c(“green”, “diamond”)
2. c(“green”, “gold”)
3. c(“green”, “hybrid”)
4. c(“green”, “other”)
5. closed
6. diamond
7. gold
8. green
9. hybrid
10. other
2444 ( 1.6%)
14804 ( 9.6%)
13461 ( 8.7%)
6234 ( 4.0%)
70822 (45.9%)
2594 ( 1.7%)
736 ( 0.5%)
29302 (19.0%)
8065 ( 5.2%)
5689 ( 3.7%)
653
(0.4%)
32 oa_details.2020.oa_colors_with_priority_to_publisher
[character]
1. closed
2. diamond
3. gold
4. green_only
5. hybrid
6. other
70822 (45.9%)
5038 ( 3.3%)
15540 (10.1%)
29302 (19.0%)
21526 (14.0%)
11923 ( 7.7%)
653
(0.4%)
33 oa_details.2020.licence_publisher
[character]
1. c(“cc-by-nc-nd”, “cc-by-n
2. c(”cc-by-nc”, “cc-by-nd”)
3. cc-by
4. cc-by-nc
5. cc-by-nc-nd
6. cc-by-nc-sa
7. cc-by-nd
8. cc-by-sa
9. no license
10. other
2 ( 0.0%)
2 ( 0.0%)
19606 (36.3%)
2305 ( 4.3%)
4854 ( 9.0%)
791 ( 1.5%)
58 ( 0.1%)
82 ( 0.2%)
24993 (46.3%)
1334 ( 2.5%)
100777
(65.1%)


2014

global_stats(bso_2014)
No Variable Stats / Values Freqs (% of Valid) Graph Missing
1 bso_classification
[character]
1. Biology (fond.)
2. Chemistry
3. Computer and informatio
4. Earth, Ecology, Energy a
5. Engineering
6. Humanities
7. Mathematics
8. Medical research
9. Physical sciences, Astron
10. Social sciences
11. unknown
60287 (22.8%)
9615 ( 3.6%)
5684 ( 2.2%)
16652 ( 6.3%)
3972 ( 1.5%)
11177 ( 4.2%)
3496 ( 1.3%)
116600 (44.2%)
26313 (10.0%)
10116 ( 3.8%)
1 ( 0.0%)
0
(0.0%)
2 coi
[character]
1. The authors have declared
2. Authors declared that the
3. Conflict of Interest Drs.
4. Disclosure: Dr Lotan is M
5. Disclosure: The reviewers
6. E.Y. Chuang holds a paten
7. the authors declare no co
8. The authors declare that
9. The authors disclose no p
10. The authors have declared
[ 23 others ]
199 (51.8%)
10 ( 2.6%)
10 ( 2.6%)
10 ( 2.6%)
10 ( 2.6%)
10 ( 2.6%)
10 ( 2.6%)
10 ( 2.6%)
10 ( 2.6%)
10 ( 2.6%)
95 (24.7%)
263529
(99.9%)
3 detected_countries
[character]
1. fr
2. c(“us”, “fr”)
3. c(“fr”, “us”)
4. c(“de”, “fr”)
5. c(“fr”, “gb”)
6. c(“ca”, “fr”)
7. c(“fr”, “it”)
8. c(“fr”, “de”)
9. c(“it”, “fr”)
10. c(“gb”, “fr”)
[ 4878 others ]
88376 (47.7%)
4049 ( 2.2%)
2873 ( 1.6%)
2048 ( 1.1%)
1776 ( 1.0%)
1685 ( 0.9%)
1609 ( 0.9%)
1578 ( 0.9%)
1554 ( 0.8%)
1468 ( 0.8%)
78213 (42.2%)
78684
(29.8%)
4 lang
[character]
1. en
2. fr
3. es
4. pt
5. it
6. de
7. ja
8. ru
9. nl
10. is
[ 32 others ]
221056 (83.8%)
40753 (15.4%)
684 ( 0.3%)
339 ( 0.1%)
315 ( 0.1%)
312 ( 0.1%)
154 ( 0.1%)
46 ( 0.0%)
25 ( 0.0%)
20 ( 0.0%)
129 ( 0.0%)
80
(0.0%)
5 title
[character]
1. Introduction
2. Éditorial
3. Editorial
4. Avant-propos
5. Présentation
6. Lu pour vous
7. Preface
8. Trial Watch
9. Comptes rendus
10. Reply
[ 117703 others ]
227 ( 0.1%)
142 ( 0.1%)
61 ( 0.0%)
59 ( 0.0%)
59 ( 0.0%)
58 ( 0.0%)
55 ( 0.0%)
55 ( 0.0%)
50 ( 0.0%)
40 ( 0.0%)
263101 (99.7%)
6
(0.0%)
6 has_apc
[character]
1. 0
2. 1
160762 (63.3%)
93051 (36.7%)
10100
(3.8%)
7 amount_apc_EUR
[numeric]
Mean (sd) : 1900.1 (1047.4)
min < med < max:
0 < 1781 < 9028.4
IQR (CV) : 1342.4 (0.6)
1863 distinct values 163398
(61.9%)
8 apc_source
[character]
1. doaj
2. openAPC
3. openAPC_estimation_issn
4. openAPC_estimation_issn_y
5. openAPC_estimation_publis
6. openAPC_estimation_publis
8458 ( 8.4%)
2714 ( 2.7%)
35413 (35.2%)
37800 (37.6%)
531 ( 0.5%)
15603 (15.5%)
163394
(61.9%)
9 amount_apc_doaj_EUR
[numeric]
Mean (sd) : 1623.9 (1116)
min < med < max:
0 < 1469.7 < 5043.1
IQR (CV) : 832.3 (0.7)
3404 distinct values 214741
(81.4%)
10 amount_apc_doaj
[numeric]
Mean (sd) : 2087.4 (12526.6)
min < med < max:
0 < 1749 < 9e+05
IQR (CV) : 990 (6)
214 distinct values 214737
(81.4%)
11 amount_apc_openapc_EUR
[numeric]
Mean (sd) : 2047 (929.2)
min < med < max:
115.2 < 1856.7 < 9028.4
IQR (CV) : 1346 (0.5)
1728 distinct values 169839
(64.4%)
12 count_apc_openapc_key
[numeric]
Mean (sd) : 397.2 (611.8)
min < med < max:
10 < 52 < 1869
IQR (CV) : 491 (1.5)
163 distinct values 172554
(65.4%)
13 publisher_group
[character]
1. Elsevier
2. Springer
3. Wiley
4. Public Library of Science
5. Oxford University Press
6. CAIRN
7. OpenEdition
8. American Physical Society
9. Informa
10. EDP Sciences
[ 1106 others ]
93814 (35.5%)
26408 (10.0%)
15214 ( 5.8%)
13789 ( 5.2%)
10580 ( 4.0%)
9616 ( 3.6%)
7704 ( 2.9%)
5485 ( 2.1%)
5118 ( 1.9%)
3848 ( 1.5%)
72337 (27.4%)
0
(0.0%)
14 publisher_dissemination
[character]
1. Elsevier
2. Springer
3. Wiley
4. Public Library of Science
5. Oxford University Press
6. CAIRN
7. OpenEdition
8. American Physical Society
9. Informa
10. EDP Sciences
[ 1105 others ]
93814 (35.5%)
26408 (10.0%)
17586 ( 6.7%)
13789 ( 5.2%)
10580 ( 4.0%)
9616 ( 3.6%)
7704 ( 2.9%)
5485 ( 2.1%)
5118 ( 1.9%)
3848 ( 1.5%)
69965 (26.5%)
0
(0.0%)
15 external_ids
[character]
1. list(id_type = “hal_id”,
2. list(id_type = “hal_id”,
3. list(id_type = “hal_id”,
4. list(id_type = “hal_id”,
5. list(id_type = “hal_id”,
6. list(id_type = “hal_id”,
7. list(id_type = “hal_id”,
8. list(id_type = “hal_id”,
9. list(id_type = “hal_id”,
10. list(id_type = “hal_id”,
[ 15219 others ]
161 ( 0.4%)
20 ( 0.0%)
15 ( 0.0%)
14 ( 0.0%)
14 ( 0.0%)
14 ( 0.0%)
14 ( 0.0%)
14 ( 0.0%)
13 ( 0.0%)
12 ( 0.0%)
44374 (99.3%)
219248
(83.1%)
16 hal_id
[character]
1. hal
2. hal-01290602
3. in2p3-00907620
4. hal-01002514
5. hal-01483554
6. hal-02110892
7. in2p3-00907621
8. insu-01122478
9. insu-01280138
10. halshs-01155326
[ 15205 others ]
161 ( 0.4%)
20 ( 0.0%)
15 ( 0.0%)
14 ( 0.0%)
14 ( 0.0%)
14 ( 0.0%)
14 ( 0.0%)
14 ( 0.0%)
13 ( 0.0%)
12 ( 0.0%)
44307 (99.3%)
219315
(83.1%)
17 is_covered_by_couperin
[numeric]
Min : 0
Mean : 0.6
Max : 1
0 : 116896 (44.3%)
1 : 147017 (55.7%)
0
(0.0%)
18 tier
[character]
1. 1
2. 2
3. 3
4. 4
93814 (35.5%)
19382 ( 7.3%)
79124 (30.0%)
71593 (27.1%)
0
(0.0%)
19 journal_color
[character]
1. diamond
2. gold
3. hybrid
4. hybrid,subscription
5. subscription
6. subscription,hybrid
7468 ( 2.9%)
41708 (16.1%)
115279 (44.5%)
31 ( 0.0%)
94472 (36.5%)
17 ( 0.0%)
4938
(1.9%)
20 journal_color_doaj
[character]
1. diamond
2. gold
7855 (14.6%)
46073 (85.4%)
209985
(79.6%)
21 author_position
[character]
1. 1
2. 2
3. 3
4. 4
5. 5
6. 6
7. 7
8. 8
9. 9
10. 10
[ 555 others ]
41649 (22.5%)
27891 (15.1%)
24457 (13.2%)
21167 (11.4%)
17791 ( 9.6%)
10076 ( 5.4%)
8126 ( 4.4%)
6412 ( 3.5%)
4999 ( 2.7%)
3837 ( 2.1%)
18670 (10.1%)
78838
(29.9%)
22 corresponding
[logical]
1. TRUE 4771 (100.0%) 259142
(98.2%)
23 email
[character]
Emails
Valid
Invalid
Duplicates
5609 (99.5%)
28 ( 0.5%)
1150 (20.4%)
258276
(97.9%)
24 country
[character]
1. France
2. USA
3. UK
4. Germany
5. Italy
6. Spain
7. China
8. Belgium
9. Canada
10. Switzerland
[ 78 others ]
2129 (65.3%)
113 ( 3.5%)
82 ( 2.5%)
81 ( 2.5%)
79 ( 2.4%)
73 ( 2.2%)
58 ( 1.8%)
55 ( 1.7%)
46 ( 1.4%)
43 ( 1.3%)
501 (15.4%)
260653
(98.8%)
25 nb_authors
[numeric]
Mean (sd) : 24.7 (184.7)
min < med < max:
1 < 8 < 3174
IQR (CV) : 6 (7.5)
292 distinct values 78833
(29.9%)
26 is_french_CA
[character]
1. 0
2. 1
102487 (55.4%)
82593 (44.6%)
78833
(29.9%)
27 oa_details.2020.is_oa
[logical]
1. FALSE
2. TRUE
113047 (43.0%)
150142 (57.0%)
724
(0.3%)
28 oa_details.2020.journal_is_in_doaj
[logical]
1. FALSE
2. TRUE
219380 (83.4%)
43809 (16.6%)
724
(0.3%)
29 oa_details.2020.journal_is_oa
[logical]
1. FALSE
2. TRUE
215231 (81.8%)
47958 (18.2%)
724
(0.3%)
30 oa_details.2020.oa_host_type
[character]
1. closed
2. publisher
3. publisher;repository
4. repository
113047 (43.0%)
28868 (11.0%)
79729 (30.3%)
41545 (15.8%)
724
(0.3%)
31 oa_details.2020.oa_colors
[character]
1. c(“green”, “diamond”)
2. c(“green”, “gold”)
3. c(“green”, “hybrid”)
4. c(“green”, “other”)
5. closed
6. diamond
7. gold
8. green
9. hybrid
10. other
4335 ( 1.6%)
38754 (14.7%)
31227 (11.9%)
5413 ( 2.1%)
113047 (43.0%)
2539 ( 1.0%)
1536 ( 0.6%)
41545 (15.8%)
18219 ( 6.9%)
6574 ( 2.5%)
724
(0.3%)
32 oa_details.2020.oa_colors_with_priority_to_publisher
[character]
1. closed
2. diamond
3. gold
4. green_only
5. hybrid
6. other
113047 (43.0%)
6874 ( 2.6%)
40290 (15.3%)
41545 (15.8%)
49446 (18.8%)
11987 ( 4.6%)
724
(0.3%)
33 oa_details.2020.licence_publisher
[character]
1. c(“cc-by-nc-nd”, “cc-by-n
2. c(”cc-by-nc”, “cc-by-nd”)
3. c(“cc-by-nc”, “cc-by-sa”)
4. cc-by
5. cc-by-nc
6. cc-by-nc-nd
7. cc-by-nc-sa
8. cc-by-nd
9. cc-by-sa
10. no license
11. other
28 ( 0.0%)
1 ( 0.0%)
2 ( 0.0%)
42211 (38.9%)
4604 ( 4.2%)
9148 ( 8.4%)
1722 ( 1.6%)
81 ( 0.1%)
77 ( 0.1%)
48345 (44.5%)
2378 ( 2.2%)
155316
(58.9%)


2015

global_stats(bso_2015)
No Variable Stats / Values Freqs (% of Valid) Graph Missing
1 bso_classification
[character]
1. Biology (fond.)
2. Chemistry
3. Computer and informatio
4. Earth, Ecology, Energy a
5. Engineering
6. Humanities
7. Mathematics
8. Medical research
9. Physical sciences, Astron
10. Social sciences
11. unknown
71528 (21.2%)
16739 ( 5.0%)
6727 ( 2.0%)
18827 ( 5.6%)
3925 ( 1.2%)
11287 ( 3.4%)
3894 ( 1.2%)
161897 (48.1%)
31120 ( 9.2%)
10767 ( 3.2%)
1 ( 0.0%)
0
(0.0%)
2 coi
[character]
1. The authors declare that
2. Conflicts of Interest: No
3. Financial & competing int
4. Declaration of Conflictin
5. Competing interests: None
6. can be found alongside th
7. The authors declare no co
8. Conflict of interest: The
9. Authors’ disclosures of p
10. Authors’ disclosures of p
[ 58 others ]
37 ( 6.4%)
32 ( 5.5%)
32 ( 5.5%)
25 ( 4.3%)
24 ( 4.2%)
20 ( 3.5%)
14 ( 2.4%)
11 ( 1.9%)
10 ( 1.7%)
10 ( 1.7%)
363 (62.8%)
336134
(99.8%)
3 detected_countries
[character]
1. fr
2. c(“us”, “fr”)
3. c(“fr”, “us”)
4. c(“de”, “fr”)
5. c(“fr”, “it”)
6. c(“ca”, “fr”)
7. c(“it”, “fr”)
8. c(“gb”, “fr”)
9. c(“fr”, “gb”)
10. c(“be”, “fr”)
[ 6896 others ]
115255 (43.9%)
5865 ( 2.2%)
4110 ( 1.6%)
3613 ( 1.4%)
2667 ( 1.0%)
2629 ( 1.0%)
2434 ( 0.9%)
2417 ( 0.9%)
2351 ( 0.9%)
1984 ( 0.8%)
119411 (45.4%)
73976
(22.0%)
4 lang
[character]
1. en
2. fr
3. es
4. de
5. pt
6. it
7. ja
8. pl
9. nl
10. ru
[ 33 others ]
295153 (87.7%)
39559 (11.8%)
717 ( 0.2%)
311 ( 0.1%)
294 ( 0.1%)
263 ( 0.1%)
125 ( 0.0%)
27 ( 0.0%)
25 ( 0.0%)
22 ( 0.0%)
135 ( 0.0%)
81
(0.0%)
5 title
[character]
1. Introduction
2. Éditorial
3. Editorial
4. Présentation
5. Comptes rendus
6. Avant-propos
7. Preface
8. Changing nomenclature for
9. Lu pour vous
10. Reply
[ 118735 others ]
230 ( 0.1%)
115 ( 0.0%)
93 ( 0.0%)
78 ( 0.0%)
47 ( 0.0%)
46 ( 0.0%)
42 ( 0.0%)
40 ( 0.0%)
40 ( 0.0%)
38 ( 0.0%)
335933 (99.8%)
10
(0.0%)
6 has_apc
[character]
1. 0
2. 1
197352 (60.8%)
127173 (39.2%)
12187
(3.6%)
7 amount_apc_EUR
[numeric]
Mean (sd) : 2036.1 (1029)
min < med < max:
0 < 1998.7 < 6923.2
IQR (CV) : 1295.1 (0.5)
2647 distinct values 200913
(59.7%)
8 apc_source
[character]
1. doaj
2. openAPC
3. openAPC_estimation_issn
4. openAPC_estimation_issn_y
5. openAPC_estimation_publis
6. openAPC_estimation_publis
9912 ( 7.3%)
11923 ( 8.8%)
41655 (30.7%)
50516 (37.2%)
16 ( 0.0%)
21780 (16.0%)
200910
(59.7%)
9 amount_apc_doaj_EUR
[numeric]
Mean (sd) : 1988 (1220.8)
min < med < max:
0 < 1972.6 < 6923.2
IQR (CV) : 988.7 (0.6)
3995 distinct values 270171
(80.2%)
10 amount_apc_doaj
[numeric]
Mean (sd) : 3506.6 (387700.8)
min < med < max:
0 < 1790 < 1e+08
IQR (CV) : 900 (110.6)
228 distinct values 270168
(80.2%)
11 amount_apc_openapc_EUR
[numeric]
Mean (sd) : 2168 (906.8)
min < med < max:
100 < 2060.3 < 5523.2
IQR (CV) : 1231.8 (0.4)
2508 distinct values 208178
(61.8%)
12 count_apc_openapc_key
[numeric]
Mean (sd) : 499.2 (884.7)
min < med < max:
10 < 48 < 3294
IQR (CV) : 396 (1.8)
150 distinct values 220131
(65.4%)
13 publisher_group
[character]
1. Elsevier
2. Springer-Nature
3. Wiley
4. Oxford University Press
5. Public Library of Science
6. American Chemical Society
7. CAIRN
8. OpenEdition
9. Informa
10. American Physical Society
[ 1180 others ]
97976 (29.1%)
50002 (14.9%)
33745 (10.0%)
13083 ( 3.9%)
12836 ( 3.8%)
9853 ( 2.9%)
9766 ( 2.9%)
8117 ( 2.4%)
7880 ( 2.3%)
5744 ( 1.7%)
87710 (26.0%)
0
(0.0%)
14 publisher_dissemination
[character]
1. Elsevier
2. Springer-Nature
3. Wiley
4. Oxford University Press
5. Public Library of Science
6. American Chemical Society
7. CAIRN
8. OpenEdition
9. Informa
10. American Physical Society
[ 1179 others ]
97976 (29.1%)
50002 (14.9%)
36124 (10.7%)
13083 ( 3.9%)
12836 ( 3.8%)
9853 ( 2.9%)
9766 ( 2.9%)
8117 ( 2.4%)
7880 ( 2.3%)
5744 ( 1.7%)
85331 (25.3%)
0
(0.0%)
15 external_ids
[character]
1. list(id_type = “hal_id”,
2. list(id_type = “hal_id”,
3. list(id_type = “hal_id”,
4. list(id_type = “hal_id”,
5. list(id_type = “hal_id”,
6. list(id_type = “hal_id”,
7. list(id_type = “hal_id”,
8. list(id_type = “hal_id”,
9. list(id_type = “hal_id”,
10. list(id_type = “hal_id”,
[ 16970 others ]
143 ( 0.2%)
28 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
19 ( 0.0%)
18 ( 0.0%)
15 ( 0.0%)
14 ( 0.0%)
14 ( 0.0%)
14 ( 0.0%)
61619 (99.5%)
274788
(81.6%)
16 hal_id
[character]
1. hal
2. insu-01343089
3. hal-01311061
4. hal-03171505
5. hal-01463862
6. hal-01901890
7. insu-01170435
8. hal-01211550
9. hal-01238920
10. hal-01301160
[ 16955 others ]
143 ( 0.2%)
28 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
19 ( 0.0%)
18 ( 0.0%)
15 ( 0.0%)
14 ( 0.0%)
14 ( 0.0%)
14 ( 0.0%)
61537 (99.5%)
274870
(81.6%)
17 is_covered_by_couperin
[numeric]
Min : 0
Mean : 0.6
Max : 1
0 : 148839 (44.2%)
1 : 187873 (55.8%)
0
(0.0%)
18 tier
[character]
1. 1
2. 2
3. 3
4. 4
97976 (29.1%)
88899 (26.4%)
95951 (28.5%)
53886 (16.0%)
0
(0.0%)
19 journal_color
[character]
1. diamond
2. gold
3. hybrid
4. hybrid,subscription
5. subscription
6. subscription,hybrid
8629 ( 2.6%)
57915 (17.5%)
162247 (49.0%)
171 ( 0.1%)
101817 (30.8%)
11 ( 0.0%)
5922
(1.8%)
20 journal_color_doaj
[character]
1. diamond
2. gold
8902 (12.4%)
63111 (87.6%)
264699
(78.6%)
21 author_position
[character]
1. 1
2. 2
3. 3
4. 4
5. 5
6. 6
7. 7
8. 8
9. 9
10. 10
[ 529 others ]
52813 (20.1%)
41342 (15.7%)
35262 (13.4%)
29673 (11.3%)
24551 ( 9.4%)
14757 ( 5.6%)
11933 ( 4.5%)
9616 ( 3.7%)
7569 ( 2.9%)
5956 ( 2.3%)
29050 (11.1%)
74190
(22.0%)
22 corresponding
[logical]
1. TRUE 5527 (100.0%) 331185
(98.4%)
23 email
[character]
Emails
Valid
Invalid
Duplicates
6399 (99.1%)
56 ( 0.9%)
1436 (22.2%)
330257
(98.1%)
24 country
[character]
1. France
2. USA
3. Germany
4. Italy
5. UK
6. Spain
7. The Netherlands
8. Australia
9. United Kingdom
10. Belgium
[ 94 others ]
3003 (64.0%)
204 ( 4.3%)
150 ( 3.2%)
137 ( 2.9%)
128 ( 2.7%)
98 ( 2.1%)
67 ( 1.4%)
64 ( 1.4%)
64 ( 1.4%)
59 ( 1.3%)
716 (15.3%)
332022
(98.6%)
25 nb_authors
[numeric]
Mean (sd) : 24.8 (184.1)
min < med < max:
1 < 9 < 5490
IQR (CV) : 7 (7.4)
297 distinct values 74180
(22.0%)
26 is_french_CA
[character]
1. 0
2. 1
155319 (59.2%)
107213 (40.8%)
74180
(22.0%)
27 oa_details.2020.is_oa
[logical]
1. FALSE
2. TRUE
138814 (41.4%)
196811 (58.6%)
1087
(0.3%)
28 oa_details.2020.journal_is_in_doaj
[logical]
1. FALSE
2. TRUE
272354 (81.1%)
63271 (18.9%)
1087
(0.3%)
29 oa_details.2020.journal_is_oa
[logical]
1. FALSE
2. TRUE
266017 (79.3%)
69608 (20.7%)
1087
(0.3%)
30 oa_details.2020.oa_host_type
[character]
1. closed
2. publisher
3. publisher;repository
4. repository
138814 (41.4%)
35788 (10.7%)
110920 (33.0%)
50103 (14.9%)
1087
(0.3%)
31 oa_details.2020.oa_colors
[character]
1. c(“green”, “diamond”)
2. c(“green”, “gold”)
3. c(“green”, “hybrid”)
4. c(“green”, “other”)
5. closed
6. diamond
7. gold
8. green
9. hybrid
10. other
5291 ( 1.6%)
58443 (17.4%)
39908 (11.9%)
7278 ( 2.2%)
138814 (41.4%)
2813 ( 0.8%)
1858 ( 0.6%)
50103 (14.9%)
23049 ( 6.9%)
8068 ( 2.4%)
1087
(0.3%)
32 oa_details.2020.oa_colors_with_priority_to_publisher
[character]
1. closed
2. diamond
3. gold
4. green_only
5. hybrid
6. other
138814 (41.4%)
8104 ( 2.4%)
60301 (18.0%)
50103 (14.9%)
62957 (18.8%)
15346 ( 4.6%)
1087
(0.3%)
33 oa_details.2020.licence_publisher
[character]
1. c(“cc-by-nc-nd”, “cc-by-n
2. c(”cc-by-nc”, “cc-by-sa”)
3. cc-by
4. cc-by-nc
5. cc-by-nc-nd
6. cc-by-nc-sa
7. cc-by-nd
8. cc-by-sa
9. no license
10. other
38 ( 0.0%)
1 ( 0.0%)
61964 (42.2%)
7095 ( 4.8%)
12273 ( 8.4%)
1397 ( 1.0%)
32 ( 0.0%)
104 ( 0.1%)
60452 (41.2%)
3352 ( 2.3%)
190004
(56.4%)


2016

global_stats(bso_2016)
No Variable Stats / Values Freqs (% of Valid) Graph Missing
1 bso_classification
[character]
1. Biology (fond.)
2. Chemistry
3. Computer and informatio
4. Earth, Ecology, Energy a
5. Engineering
6. Humanities
7. Mathematics
8. Medical research
9. Physical sciences, Astron
10. Social sciences
11. unknown
88024 (21.9%)
21818 ( 5.4%)
8316 ( 2.1%)
23164 ( 5.8%)
5244 ( 1.3%)
12777 ( 3.2%)
4974 ( 1.2%)
187389 (46.6%)
38315 ( 9.5%)
11710 ( 2.9%)
2 ( 0.0%)
0
(0.0%)
2 coi
[character]
1. The authors have declared
2. The authors declare no co
3. Conflicts of Interest: No
4. The authors declare that
5. The authors declare no co
6. Competing interests: None
7. The authors declare no co
8. The authors declare that
9. The authors have no confl
10. The authors report no con
[ 683 others ]
2879 (22.0%)
1791 (13.7%)
404 ( 3.1%)
271 ( 2.1%)
252 ( 1.9%)
245 ( 1.9%)
194 ( 1.5%)
128 ( 1.0%)
124 ( 0.9%)
119 ( 0.9%)
6691 (51.1%)
388635
(96.7%)
3 detected_countries
[character]
1. fr
2. c(“us”, “fr”)
3. c(“fr”, “us”)
4. c(“de”, “fr”)
5. c(“fr”, “gb”)
6. c(“gb”, “fr”)
7. c(“it”, “fr”)
8. c(“ca”, “fr”)
9. c(“fr”, “it”)
10. c(“ch”, “fr”)
[ 8836 others ]
131815 (40.4%)
8062 ( 2.5%)
4843 ( 1.5%)
4739 ( 1.5%)
3354 ( 1.0%)
3341 ( 1.0%)
3317 ( 1.0%)
3238 ( 1.0%)
3006 ( 0.9%)
2654 ( 0.8%)
158237 (48.4%)
75127
(18.7%)
4 lang
[character]
1. en
2. fr
3. es
4. pt
5. de
6. it
7. ja
8. nl
9. ru
10. pl
[ 32 others ]
359861 (89.6%)
39619 ( 9.9%)
806 ( 0.2%)
329 ( 0.1%)
323 ( 0.1%)
306 ( 0.1%)
187 ( 0.0%)
35 ( 0.0%)
33 ( 0.0%)
32 ( 0.0%)
124 ( 0.0%)
78
(0.0%)
5 title
[character]
1. Introduction
2. Éditorial
3. Editorial
4. Présentation
5. Comptes rendus
6. Avant-propos
7. Reply
8. The XXL Survey
9. Preface
10. Foreword
[ 127664 others ]
225 ( 0.1%)
147 ( 0.0%)
96 ( 0.0%)
73 ( 0.0%)
66 ( 0.0%)
58 ( 0.0%)
57 ( 0.0%)
48 ( 0.0%)
46 ( 0.0%)
33 ( 0.0%)
400877 (99.8%)
7
(0.0%)
6 has_apc
[character]
1. 0
2. 1
235077 (60.4%)
153819 (39.6%)
12837
(3.2%)
7 amount_apc_EUR
[numeric]
Mean (sd) : 2039.2 (995.9)
min < med < max:
0 < 1894.1 < 6848.7
IQR (CV) : 1279.3 (0.5)
2537 distinct values 238044
(59.3%)
8 apc_source
[character]
1. doaj
2. openAPC
3. openAPC_estimation_issn
4. openAPC_estimation_issn_y
5. openAPC_estimation_publis
6. openAPC_estimation_publis
11403 ( 7.0%)
6979 ( 4.3%)
48446 (29.6%)
68498 (41.8%)
500 ( 0.3%)
27879 (17.0%)
238028
(59.3%)
9 amount_apc_doaj_EUR
[numeric]
Mean (sd) : 1912.6 (1109.6)
min < med < max:
0 < 1869.3 < 5352.6
IQR (CV) : 812.6 (0.6)
4798 distinct values 322477
(80.3%)
10 amount_apc_doaj
[numeric]
Mean (sd) : 2100.4 (11664.6)
min < med < max:
0 < 1990 < 1e+06
IQR (CV) : 890 (5.6)
247 distinct values 322461
(80.3%)
11 amount_apc_openapc_EUR
[numeric]
Mean (sd) : 2160.5 (881.7)
min < med < max:
2.3 < 1974.7 < 6848.7
IQR (CV) : 1278.3 (0.4)
2349 distinct values 246210
(61.3%)
12 count_apc_openapc_key
[numeric]
Mean (sd) : 590.2 (1033.1)
min < med < max:
10 < 44 < 3719
IQR (CV) : 621 (1.8)
139 distinct values 253195
(63.0%)
13 publisher_group
[character]
1. Elsevier
2. Springer-Nature
3. Wiley
4. Oxford University Press
5. Public Library of Science
6. American Chemical Society
7. Informa
8. CAIRN
9. OpenEdition
10. Royal Society of Chemistr
[ 1449 others ]
106284 (26.5%)
68660 (17.1%)
44130 (11.0%)
16630 ( 4.1%)
11982 ( 3.0%)
11778 ( 2.9%)
11091 ( 2.8%)
10326 ( 2.6%)
8101 ( 2.0%)
6667 ( 1.7%)
106084 (26.4%)
0
(0.0%)
14 publisher_dissemination
[character]
1. Elsevier
2. Springer-Nature
3. Wiley
4. Oxford University Press
5. Public Library of Science
6. American Chemical Society
7. Informa
8. CAIRN
9. OpenEdition
10. Royal Society of Chemistr
[ 1448 others ]
106284 (26.5%)
68660 (17.1%)
46873 (11.7%)
16630 ( 4.1%)
11982 ( 3.0%)
11778 ( 2.9%)
11091 ( 2.8%)
10326 ( 2.6%)
8101 ( 2.0%)
6667 ( 1.7%)
103341 (25.7%)
0
(0.0%)
15 external_ids
[character]
1. list(id_type = “hal_id”,
2. list(id_type = “hal_id”,
3. list(id_type = “hal_id”,
4. list(id_type = “hal_id”,
5. list(id_type = “hal_id”,
6. list(id_type = “hal_id”,
7. list(id_type = “hal_id”,
8. list(id_type = “hal_id”,
9. list(id_type = “hal_id”,
10. list(id_type = “hal_id”,
[ 19584 others ]
96 ( 0.1%)
31 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
80195 (99.6%)
321251
(80.0%)
16 hal_id
[character]
1. hal
2. hal-01330031
3. 341160
4. hal-01318820
5. hal-01333959
6. hal-01383851
7. hal-01392406
8. hal-01439068
9. hal-01440784
10. hal-01512093
[ 19553 others ]
96 ( 0.1%)
31 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
79992 (99.6%)
321454
(80.0%)
17 is_covered_by_couperin
[numeric]
Min : 0
Mean : 0.6
Max : 1
0 : 175714 (43.7%)
1 : 226019 (56.3%)
0
(0.0%)
18 tier
[character]
1. 1
2. 2
3. 3
4. 4
106284 (26.5%)
119857 (29.8%)
112688 (28.1%)
62904 (15.7%)
0
(0.0%)
19 journal_color
[character]
1. diamond
2. gold
3. hybrid
4. hybrid,subscription
5. subscription
6. subscription,hybrid
9886 ( 2.5%)
69386 (17.6%)
204954 (51.9%)
264 ( 0.1%)
110336 (27.9%)
2 ( 0.0%)
6905
(1.7%)
20 journal_color_doaj
[character]
1. diamond
2. gold
10140 (11.9%)
74756 (88.1%)
316837
(78.9%)
21 author_position
[character]
1. 1
2. 2
3. 3
4. 4
5. 5
6. 6
7. 7
8. 8
9. 9
10. 10
[ 520 others ]
65459 (20.1%)
52816 (16.2%)
44363 (13.6%)
36012 (11.1%)
28827 ( 8.9%)
18016 ( 5.5%)
14806 ( 4.5%)
12022 ( 3.7%)
9537 ( 2.9%)
7610 ( 2.3%)
36240 (11.1%)
76025
(18.9%)
22 corresponding
[logical]
1. TRUE 9767 (100.0%) 391966
(97.6%)
23 email
[character]
Emails
Valid
Invalid
Duplicates
8649 (99.1%)
78 ( 0.9%)
2058 (23.6%)
393006
(97.8%)
24 country
[character]
1. France
2. Germany
3. Italy
4. USA
5. UK
6. Spain
7. Belgium
8. United Kingdom
9. United States
10. Switzerland
[ 107 others ]
3504 (62.4%)
198 ( 3.5%)
179 ( 3.2%)
176 ( 3.1%)
132 ( 2.4%)
124 ( 2.2%)
104 ( 1.9%)
99 ( 1.8%)
75 ( 1.3%)
69 ( 1.2%)
953 (17.0%)
396120
(98.6%)
25 nb_authors
[numeric]
Mean (sd) : 24.6 (179.5)
min < med < max:
1 < 9 < 5641
IQR (CV) : 8 (7.3)
349 distinct values 76022
(18.9%)
26 is_french_CA
[character]
1. 0
2. 1
202726 (62.2%)
122985 (37.8%)
76022
(18.9%)
27 oa_details.2020.is_oa
[logical]
1. FALSE
2. TRUE
160453 (40.1%)
240172 (59.9%)
1108
(0.3%)
28 oa_details.2020.journal_is_in_doaj
[logical]
1. FALSE
2. TRUE
325241 (81.2%)
75384 (18.8%)
1108
(0.3%)
29 oa_details.2020.journal_is_oa
[logical]
1. FALSE
2. TRUE
317301 (79.2%)
83324 (20.8%)
1108
(0.3%)
30 oa_details.2020.oa_host_type
[character]
1. closed
2. publisher
3. publisher;repository
4. repository
160453 (40.1%)
42015 (10.5%)
132996 (33.2%)
65161 (16.3%)
1108
(0.3%)
31 oa_details.2020.oa_colors
[character]
1. c(“green”, “diamond”)
2. c(“green”, “gold”)
3. c(“green”, “hybrid”)
4. c(“green”, “other”)
5. closed
6. diamond
7. gold
8. green
9. hybrid
10. other
6317 ( 1.6%)
70499 (17.6%)
47250 (11.8%)
8930 ( 2.2%)
160453 (40.1%)
2778 ( 0.7%)
2179 ( 0.5%)
65161 (16.3%)
28076 ( 7.0%)
8982 ( 2.2%)
1108
(0.3%)
32 oa_details.2020.oa_colors_with_priority_to_publisher
[character]
1. closed
2. diamond
3. gold
4. green_only
5. hybrid
6. other
160453 (40.1%)
9095 ( 2.3%)
72678 (18.1%)
65161 (16.3%)
75326 (18.8%)
17912 ( 4.5%)
1108
(0.3%)
33 oa_details.2020.licence_publisher
[character]
1. c(“cc-by-nc-nd”, “cc-by-n
2. c(”cc-by-nc”, “cc-by-nd”)
3. c(“cc-by-nc”, “cc-by-sa”)
4. cc-by
5. cc-by-nc
6. cc-by-nc-nd
7. cc-by-nc-sa
8. cc-by-nd
9. cc-by-sa
10. no license
11. other
9 ( 0.0%)
1 ( 0.0%)
10 ( 0.0%)
76217 (43.5%)
10066 ( 5.8%)
15930 ( 9.1%)
1223 ( 0.7%)
68 ( 0.0%)
125 ( 0.1%)
67813 (38.7%)
3549 ( 2.0%)
226722
(56.4%)


2017

global_stats(bso_2017)
No Variable Stats / Values Freqs (% of Valid) Graph Missing
1 bso_classification
[character]
1. Biology (fond.)
2. Chemistry
3. Computer and informatio
4. Earth, Ecology, Energy a
5. Engineering
6. Humanities
7. Mathematics
8. Medical research
9. Physical sciences, Astron
10. Social sciences
11. unknown
107030 (19.3%)
34464 ( 6.2%)
17554 ( 3.2%)
50217 ( 9.1%)
14626 ( 2.6%)
14080 ( 2.5%)
6549 ( 1.2%)
218746 (39.5%)
77283 (14.0%)
13365 ( 2.4%)
2 ( 0.0%)
0
(0.0%)
2 coi
[character]
1. The authors declare no co
2. Competing interests: None
3. The authors have declared
4. Competing interestsThe au
5. The authors declare no co
6. Disclosure The authors re
7. Conflicts of Interest: Th
8. Conflict of interest: Dis
9. The authors declare there
10. The authors declare no co
[ 839 others ]
3995 (19.2%)
2278 (10.9%)
1202 ( 5.8%)
695 ( 3.3%)
679 ( 3.3%)
548 ( 2.6%)
428 ( 2.1%)
379 ( 1.8%)
321 ( 1.5%)
270 ( 1.3%)
10050 (48.2%)
533071
(96.2%)
3 detected_countries
[character]
1. fr
2. c(“us”, “fr”)
3. c(“fr”, “us”)
4. c(“de”, “fr”)
5. c(“it”, “fr”)
6. c(“fr”, “cn”)
7. c(“fr”, “it”)
8. c(“fr”, “gb”)
9. c(“cn”, “fr”)
10. c(“es”, “fr”)
[ 13741 others ]
189168 (37.2%)
11170 ( 2.2%)
6765 ( 1.3%)
6192 ( 1.2%)
5921 ( 1.2%)
5527 ( 1.1%)
5353 ( 1.1%)
4599 ( 0.9%)
4278 ( 0.8%)
4205 ( 0.8%)
265796 (52.2%)
44942
(8.1%)
4 lang
[character]
1. en
2. fr
3. es
4. de
5. it
6. pt
7. ja
8. ru
9. pl
10. nl
[ 33 others ]
510495 (92.2%)
41071 ( 7.4%)
898 ( 0.2%)
352 ( 0.1%)
303 ( 0.1%)
300 ( 0.1%)
147 ( 0.0%)
65 ( 0.0%)
31 ( 0.0%)
29 ( 0.0%)
180 ( 0.0%)
45
(0.0%)
5 title
[character]
1. Introduction
2. Éditorial
3. The VIMOS Public Extragal
4. Editorial
5. Reply
6. The MUSE Hubble Ultra Dee
7. Présentation
8. Avant-propos
9. Treating asymptomatic bac
10. Preface
[ 129318 others ]
247 ( 0.0%)
157 ( 0.0%)
106 ( 0.0%)
89 ( 0.0%)
89 ( 0.0%)
71 ( 0.0%)
64 ( 0.0%)
62 ( 0.0%)
62 ( 0.0%)
53 ( 0.0%)
552913 (99.8%)
3
(0.0%)
6 has_apc
[character]
1. 0
2. 1
337444 (62.5%)
202185 (37.5%)
14287
(2.6%)
7 amount_apc_EUR
[numeric]
Mean (sd) : 1987.9 (1007.7)
min < med < max:
0 < 1933.5 < 9848.4
IQR (CV) : 1268.6 (0.5)
3619 distinct values 336306
(60.7%)
8 apc_source
[character]
1. doaj
2. openAPC
3. openAPC_estimation_issn
4. openAPC_estimation_issn_y
5. openAPC_estimation_publis
17437 ( 8.0%)
26567 (12.2%)
48929 (22.5%)
83901 (38.6%)
40806 (18.7%)
336276
(60.7%)
9 amount_apc_doaj_EUR
[numeric]
Mean (sd) : 1774.5 (1055.7)
min < med < max:
0 < 1777.4 < 5021.3
IQR (CV) : 857.9 (0.6)
5311 distinct values 446948
(80.7%)
10 amount_apc_doaj
[numeric]
Mean (sd) : 1954.2 (6021.6)
min < med < max:
0 < 1990 < 9e+05
IQR (CV) : 950 (3.1)
253 distinct values 446918
(80.7%)
11 amount_apc_openapc_EUR
[numeric]
Mean (sd) : 2133.3 (868.2)
min < med < max:
30.9 < 1985 < 9848.4
IQR (CV) : 1310.1 (0.4)
3415 distinct values 347940
(62.8%)
12 count_apc_openapc_key
[numeric]
Mean (sd) : 854.3 (1497.7)
min < med < max:
10 < 44 < 5155
IQR (CV) : 931 (1.8)
136 distinct values 374534
(67.6%)
13 publisher_group
[character]
1. Elsevier
2. Springer-Nature
3. Wiley
4. Oxford University Press
5. American Chemical Society
6. American Physical Society
7. Public Library of Science
8. Informa
9. IOP Publishing
10. CAIRN
[ 1541 others ]
166977 (30.1%)
86918 (15.7%)
55425 (10.0%)
21716 ( 3.9%)
12527 ( 2.3%)
12432 ( 2.2%)
11484 ( 2.1%)
11396 ( 2.1%)
11154 ( 2.0%)
10372 ( 1.9%)
153515 (27.7%)
0
(0.0%)
14 publisher_dissemination
[character]
1. Elsevier
2. Springer-Nature
3. Wiley
4. Oxford University Press
5. American Chemical Society
6. American Physical Society
7. Public Library of Science
8. Informa
9. IOP Publishing
10. CAIRN
[ 1540 others ]
166977 (30.1%)
86918 (15.7%)
59959 (10.8%)
21716 ( 3.9%)
12527 ( 2.3%)
12432 ( 2.2%)
11484 ( 2.1%)
11396 ( 2.1%)
11154 ( 2.0%)
10372 ( 1.9%)
148981 (26.9%)
0
(0.0%)
15 external_ids
[character]
1. list(id_type = “hal_id”,
2. list(id_type = “hal_id”,
3. list(id_type = “hal_id”,
4. list(id_type = “hal_id”,
5. list(id_type = “hal_id”,
6. list(id_type = “hal_id”,
7. list(id_type = “hal_id”,
8. list(id_type = “hal_id”,
9. list(id_type = “hal_id”,
10. list(id_type = “hal_id”,
[ 23051 others ]
148 ( 0.1%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
121139 (99.7%)
432449
(78.1%)
16 hal_id
[character]
1. hal
2. cea-01534297
3. hal-01505282
4. hal-01511158
5. hal-01533627
6. hal-01539192
7. hal-01560145
8. hal-01607774
9. hal-01607969
10. hal-01609037
[ 21933 others ]
148 ( 0.1%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
114991 (99.7%)
438597
(79.2%)
17 is_covered_by_couperin
[numeric]
Min : 0
Mean : 0.6
Max : 1
0 : 231098 (41.7%)
1 : 322818 (58.3%)
0
(0.0%)
18 tier
[character]
1. 1
2. 2
3. 3
4. 4
166977 (30.1%)
155399 (28.1%)
152730 (27.6%)
78810 (14.2%)
0
(0.0%)
19 journal_color
[character]
1. diamond
2. gold
3. hybrid
4. hybrid,subscription
5. subscription
6. subscription,hybrid
15455 ( 2.8%)
91543 (16.8%)
293150 (53.7%)
470 ( 0.1%)
145413 (26.6%)
1 ( 0.0%)
7884
(1.4%)
20 journal_color_doaj
[character]
1. diamond
2. gold
15693 (13.7%)
99003 (86.3%)
439220
(79.3%)
21 author_position
[character]
1. 1
2. 2
3. 3
4. 4
5. 5
6. 6
7. 7
8. 8
9. 9
10. 10
[ 637 others ]
106574 (21.1%)
86816 (17.2%)
72288 (14.3%)
56891 (11.2%)
42858 ( 8.5%)
27358 ( 5.4%)
21631 ( 4.3%)
17128 ( 3.4%)
13391 ( 2.6%)
10616 ( 2.1%)
50347 (10.0%)
48018
(8.7%)
22 corresponding
[logical]
1. TRUE 35281 (100.0%) 518635
(93.6%)
23 email
[character]
Emails
Valid
Invalid
Duplicates
41180 (99.1%)
357 ( 0.9%)
13035 (31.4%)
512379
(92.5%)
24 country
[character]
1. France
2. Italy
3. Germany
4. China
5. Spain
6. USA
7. Tunisia
8. UK
9. Algeria
10. Canada
[ 295 others ]
42312 (60.7%)
1991 ( 2.9%)
1708 ( 2.5%)
1618 ( 2.3%)
1576 ( 2.3%)
1575 ( 2.3%)
1310 ( 1.9%)
942 ( 1.4%)
847 ( 1.2%)
822 ( 1.2%)
14964 (21.5%)
484251
(87.4%)
25 nb_authors
[numeric]
Mean (sd) : 21 (151.7)
min < med < max:
1 < 9 < 3181
IQR (CV) : 7 (7.2)
408 distinct values 48011
(8.7%)
26 is_french_CA
[character]
1. 0
2. 1
327261 (64.7%)
178644 (35.3%)
48011
(8.7%)
27 oa_details.2020.is_oa
[logical]
1. FALSE
2. TRUE
221946 (40.2%)
329793 (59.8%)
2177
(0.4%)
28 oa_details.2020.journal_is_in_doaj
[logical]
1. FALSE
2. TRUE
449369 (81.4%)
102370 (18.6%)
2177
(0.4%)
29 oa_details.2020.journal_is_oa
[logical]
1. FALSE
2. TRUE
434012 (78.7%)
117727 (21.3%)
2177
(0.4%)
30 oa_details.2020.oa_host_type
[character]
1. closed
2. publisher
3. publisher;repository
4. repository
221946 (40.2%)
59734 (10.8%)
169136 (30.7%)
100923 (18.3%)
2177
(0.4%)
31 oa_details.2020.oa_colors
[character]
1. c(“green”, “diamond”)
2. c(“green”, “gold”)
3. c(“green”, “hybrid”)
4. c(“green”, “other”)
5. closed
6. diamond
7. gold
8. green
9. hybrid
10. other
10868 ( 2.0%)
92869 (16.8%)
54915 (10.0%)
10484 ( 1.9%)
221946 (40.2%)
3651 ( 0.7%)
7796 ( 1.4%)
100923 (18.3%)
36735 ( 6.7%)
11552 ( 2.1%)
2177
(0.4%)
32 oa_details.2020.oa_colors_with_priority_to_publisher
[character]
1. closed
2. diamond
3. gold
4. green_only
5. hybrid
6. other
221946 (40.2%)
14519 ( 2.6%)
100665 (18.2%)
100923 (18.3%)
91650 (16.6%)
22036 ( 4.0%)
2177
(0.4%)
33 oa_details.2020.licence_publisher
[character]
1. c(“cc-by-nc-nd”, “cc-by-n
2. c(”cc-by-nc”, “cc-by-nd”)
3. c(“cc-by-nc”, “cc-by-sa”)
4. cc-by
5. cc-by-nc
6. cc-by-nc-nd
7. cc-by-nc-sa
8. cc-by-nd
9. cc-by-sa
10. no license
11. other
20 ( 0.0%)
6 ( 0.0%)
1 ( 0.0%)
103779 (45.3%)
12466 ( 5.4%)
21491 ( 9.4%)
1584 ( 0.7%)
151 ( 0.1%)
158 ( 0.1%)
83572 (36.5%)
5642 ( 2.5%)
325046
(58.7%)


2018

global_stats(bso_2018)
No Variable Stats / Values Freqs (% of Valid) Graph Missing
1 bso_classification
[character]
1. Biology (fond.)
2. Chemistry
3. Computer and informatio
4. Earth, Ecology, Energy a
5. Engineering
6. Humanities
7. Mathematics
8. Medical research
9. Physical sciences, Astron
10. Social sciences
11. unknown
110125 (18.8%)
33914 ( 5.8%)
17553 ( 3.0%)
53932 ( 9.2%)
14339 ( 2.4%)
14671 ( 2.5%)
7057 ( 1.2%)
243661 (41.6%)
76453 (13.1%)
14020 ( 2.4%)
6 ( 0.0%)
0
(0.0%)
2 coi
[character]
1. The authors have declared
2. The authors declare no co
3. Competing interests: None
4. Competing interestsThe au
5. The authors declare no co
6. Disclosure The authors re
7. Conflicts of Interest: Th
8. The authors declare no co
9. The authors declare that
10. CONFLICTS OF INTEREST The
[ 1239 others ]
4429 (15.7%)
3308 (11.7%)
2743 ( 9.7%)
733 ( 2.6%)
681 ( 2.4%)
642 ( 2.3%)
562 ( 2.0%)
339 ( 1.2%)
318 ( 1.1%)
293 ( 1.0%)
14203 (50.3%)
557480
(95.2%)
3 detected_countries
[character]
1. fr
2. c(“us”, “fr”)
3. c(“de”, “fr”)
4. c(“fr”, “cn”)
5. c(“fr”, “us”)
6. c(“it”, “fr”)
7. c(“fr”, “it”)
8. c(“cn”, “fr”)
9. c(“fr”, “gb”)
10. c(“es”, “fr”)
[ 15197 others ]
193332 (36.0%)
11488 ( 2.1%)
6628 ( 1.2%)
6365 ( 1.2%)
6343 ( 1.2%)
5999 ( 1.1%)
5938 ( 1.1%)
4854 ( 0.9%)
4654 ( 0.9%)
4556 ( 0.8%)
286911 (53.4%)
48663
(8.3%)
4 lang
[character]
1. en
2. fr
3. es
4. de
5. pt
6. it
7. ja
8. ru
9. pl
10. ca
[ 36 others ]
541622 (92.5%)
41481 ( 7.1%)
951 ( 0.2%)
378 ( 0.1%)
360 ( 0.1%)
319 ( 0.1%)
141 ( 0.0%)
83 ( 0.0%)
74 ( 0.0%)
30 ( 0.0%)
236 ( 0.0%)
56
(0.0%)
5 title
[character]
1. Introduction
2. Gaia Data Release 2
3. The XXL Survey
4. Éditorial
5. Présentation
6. Editorial
7. Preface
8. The VIMOS Public Extragal
9. Avant-propos
10. Correction to: Estimating
[ 134646 others ]
238 ( 0.0%)
198 ( 0.0%)
190 ( 0.0%)
150 ( 0.0%)
86 ( 0.0%)
71 ( 0.0%)
66 ( 0.0%)
60 ( 0.0%)
50 ( 0.0%)
44 ( 0.0%)
584565 (99.8%)
13
(0.0%)
6 has_apc
[character]
1. 0
2. 1
347012 (61.1%)
220942 (38.9%)
17777
(3.0%)
7 amount_apc_EUR
[numeric]
Mean (sd) : 2028.8 (1029.9)
min < med < max:
0 < 1970.5 < 7140
IQR (CV) : 1235.4 (0.5)
3655 distinct values 349297
(59.6%)
8 apc_source
[character]
1. doaj
2. openAPC
3. openAPC_estimation_issn
4. openAPC_estimation_issn_y
5. openAPC_estimation_publis
17752 ( 7.5%)
19844 ( 8.4%)
60742 (25.7%)
95979 (40.6%)
42132 (17.8%)
349282
(59.6%)
9 amount_apc_doaj_EUR
[numeric]
Mean (sd) : 1803.4 (1039.2)
min < med < max:
0 < 1810.3 < 6174.6
IQR (CV) : 878.5 (0.6)
6254 distinct values 464800
(79.4%)
10 amount_apc_doaj
[numeric]
Mean (sd) : 4562.2 (498068.3)
min < med < max:
0 < 1990 < 1e+08
IQR (CV) : 990 (109.2)
280 distinct values 464785
(79.4%)
11 amount_apc_openapc_EUR
[numeric]
Mean (sd) : 2163 (903.9)
min < med < max:
26 < 2018.6 < 7140
IQR (CV) : 1206 (0.4)
3423 distinct values 361050
(61.6%)
12 count_apc_openapc_key
[numeric]
Mean (sd) : 685.8 (1294.4)
min < med < max:
10 < 44 < 4539
IQR (CV) : 455 (1.9)
127 distinct values 380932
(65.0%)
13 publisher_group
[character]
1. Elsevier
2. Springer-Nature
3. Wiley
4. Oxford University Press
5. MDPI
6. American Chemical Society
7. American Physical Society
8. Frontiers
9. Informa
10. CAIRN
[ 1937 others ]
172689 (29.5%)
88932 (15.2%)
54618 ( 9.3%)
26733 ( 4.6%)
15239 ( 2.6%)
14013 ( 2.4%)
12484 ( 2.1%)
12181 ( 2.1%)
10626 ( 1.8%)
10377 ( 1.8%)
167839 (28.7%)
0
(0.0%)
14 publisher_dissemination
[character]
1. Elsevier
2. Springer-Nature
3. Wiley
4. Oxford University Press
5. MDPI
6. American Chemical Society
7. American Physical Society
8. Frontiers
9. Informa
10. CAIRN
[ 1936 others ]
172689 (29.5%)
88932 (15.2%)
58380 (10.0%)
26733 ( 4.6%)
15239 ( 2.6%)
14013 ( 2.4%)
12484 ( 2.1%)
12181 ( 2.1%)
10626 ( 1.8%)
10377 ( 1.8%)
164077 (28.0%)
0
(0.0%)
15 external_ids
[character]
1. list(id_type = “hal_id”,
2. list(id_type = “hal_id”,
3. list(id_type = “hal_id”,
4. list(id_type = “hal_id”,
5. list(id_type = “hal_id”,
6. list(id_type = “hal_id”,
7. list(id_type = “hal_id”,
8. list(id_type = “hal_id”,
9. list(id_type = “hal_id”,
10. list(id_type = “hal_id”,
[ 25600 others ]
128 ( 0.1%)
27 ( 0.0%)
21 ( 0.0%)
21 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
136831 (99.8%)
448583
(76.6%)
16 hal_id
[character]
1. hal
2. hal-01806695
3. hal-01900590
4. hal-02341803
5. cea-01818428
6. cea-02999679
7. hal-01692908
8. hal-01700847
9. hal-01778332
10. hal-01797139
[ 24489 others ]
128 ( 0.1%)
27 ( 0.0%)
21 ( 0.0%)
21 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
130677 (99.8%)
454737
(77.6%)
17 is_covered_by_couperin
[numeric]
Min : 0
Mean : 0.6
Max : 1
0 : 261269 (44.6%)
1 : 324462 (55.4%)
0
(0.0%)
18 tier
[character]
1. 1
2. 2
3. 3
4. 4
172689 (29.5%)
162551 (27.8%)
163547 (27.9%)
86944 (14.8%)
0
(0.0%)
19 journal_color
[character]
1. diamond
2. gold
3. hybrid
4. hybrid,subscription
5. subscription
6. subscription,hybrid
15507 ( 2.7%)
105439 (18.3%)
309398 (53.7%)
1536 ( 0.3%)
144643 (25.1%)
36 ( 0.0%)
9172
(1.6%)
20 journal_color_doaj
[character]
1. diamond
2. gold
15685 (12.2%)
113215 (87.8%)
456831
(78.0%)
21 author_position
[character]
1. 1
2. 2
3. 3
4. 4
5. 5
6. 6
7. 7
8. 8
9. 9
10. 10
[ 656 others ]
109702 (20.5%)
90213 (16.9%)
75257 (14.1%)
59474 (11.1%)
45118 ( 8.4%)
28406 ( 5.3%)
22912 ( 4.3%)
18270 ( 3.4%)
14293 ( 2.7%)
11434 ( 2.1%)
59026 (11.1%)
51626
(8.8%)
22 corresponding
[logical]
1. TRUE 37103 (100.0%) 548628
(93.7%)
23 email
[character]
Emails
Valid
Invalid
Duplicates
42686 (99.3%)
311 ( 0.7%)
14135 (32.9%)
542734
(92.7%)
24 country
[character]
1. France
2. Italy
3. China
4. Germany
5. USA
6. Spain
7. Tunisia
8. UK
9. Brazil
10. Canada
[ 303 others ]
39485 (58.9%)
1933 ( 2.9%)
1928 ( 2.9%)
1849 ( 2.8%)
1802 ( 2.7%)
1356 ( 2.0%)
1019 ( 1.5%)
1019 ( 1.5%)
822 ( 1.2%)
786 ( 1.2%)
15055 (22.5%)
518677
(88.6%)
25 nb_authors
[numeric]
Mean (sd) : 22.4 (160.4)
min < med < max:
1 < 9 < 5619
IQR (CV) : 8 (7.2)
433 distinct values 51612
(8.8%)
26 is_french_CA
[character]
1. 0
2. 1
353497 (66.2%)
180622 (33.8%)
51612
(8.8%)
27 oa_details.2020.is_oa
[logical]
1. FALSE
2. TRUE
225981 (38.7%)
357487 (61.3%)
2263
(0.4%)
28 oa_details.2020.journal_is_in_doaj
[logical]
1. FALSE
2. TRUE
467077 (80.1%)
116391 (19.9%)
2263
(0.4%)
29 oa_details.2020.journal_is_oa
[logical]
1. FALSE
2. TRUE
453921 (77.8%)
129547 (22.2%)
2263
(0.4%)
30 oa_details.2020.oa_host_type
[character]
1. closed
2. publisher
3. publisher;repository
4. repository
225981 (38.7%)
67370 (11.5%)
182870 (31.3%)
107247 (18.4%)
2263
(0.4%)
31 oa_details.2020.oa_colors
[character]
1. c(“green”, “diamond”)
2. c(“green”, “gold”)
3. c(“green”, “hybrid”)
4. c(“green”, “other”)
5. closed
6. diamond
7. gold
8. green
9. hybrid
10. other
10810 ( 1.9%)
104425 (17.9%)
56209 ( 9.6%)
11426 ( 2.0%)
225981 (38.7%)
3915 ( 0.7%)
6296 ( 1.1%)
107247 (18.4%)
41395 ( 7.1%)
15764 ( 2.7%)
2263
(0.4%)
32 oa_details.2020.oa_colors_with_priority_to_publisher
[character]
1. closed
2. diamond
3. gold
4. green_only
5. hybrid
6. other
225981 (38.7%)
14725 ( 2.5%)
110721 (19.0%)
107247 (18.4%)
97604 (16.7%)
27190 ( 4.7%)
2263
(0.4%)
33 oa_details.2020.licence_publisher
[character]
1. c(“cc-by-nc-nd”, “cc-by-n
2. c(”cc-by-nc”, “cc-by-nd”)
3. cc-by
4. cc-by-nc
5. cc-by-nc-nd
6. cc-by-nc-sa
7. cc-by-nd
8. cc-by-sa
9. no license
10. other
25 ( 0.0%)
2 ( 0.0%)
118354 (47.3%)
14887 ( 5.9%)
22694 ( 9.1%)
1134 ( 0.5%)
120 ( 0.0%)
305 ( 0.1%)
87359 (34.9%)
5360 ( 2.1%)
335491
(57.3%)


2019

global_stats(bso_2019)
No Variable Stats / Values Freqs (% of Valid) Graph Missing
1 bso_classification
[character]
1. Biology (fond.)
2. Chemistry
3. Computer and informatio
4. Earth, Ecology, Energy a
5. Engineering
6. Humanities
7. Mathematics
8. Medical research
9. Physical sciences, Astron
10. Social sciences
11. unknown
117454 (18.4%)
35614 ( 5.6%)
18127 ( 2.8%)
56319 ( 8.8%)
15110 ( 2.4%)
13966 ( 2.2%)
7690 ( 1.2%)
283873 (44.4%)
77344 (12.1%)
13904 ( 2.2%)
3 ( 0.0%)
0
(0.0%)
2 coi
[character]
1. The authors have declared
2. The authors declare no co
3. Competing interests: None
4. None declared.
5. Competing interestsThe au
6. The authors declare no co
7. Competing interestsThe au
8. The authors declare no co
9. Conflicts of Interest: Th
10. None
[ 1470 others ]
6397 (17.9%)
3665 (10.3%)
3103 ( 8.7%)
957 ( 2.7%)
904 ( 2.5%)
804 ( 2.3%)
638 ( 1.8%)
560 ( 1.6%)
432 ( 1.2%)
402 ( 1.1%)
17804 (49.9%)
603738
(94.4%)
3 detected_countries
[character]
1. fr
2. c(“us”, “fr”)
3. c(“fr”, “us”)
4. c(“fr”, “cn”)
5. c(“de”, “fr”)
6. c(“it”, “fr”)
7. c(“fr”, “it”)
8. c(“cn”, “fr”)
9. c(“fr”, “gb”)
10. c(“es”, “fr”)
[ 16935 others ]
219337 (36.6%)
13237 ( 2.2%)
7790 ( 1.3%)
6935 ( 1.2%)
6654 ( 1.1%)
6460 ( 1.1%)
5914 ( 1.0%)
5834 ( 1.0%)
5284 ( 0.9%)
4562 ( 0.8%)
316855 (52.9%)
40542
(6.3%)
4 lang
[character]
1. en
2. fr
3. es
4. it
5. de
6. pt
7. ja
8. ru
9. pl
10. lb
[ 37 others ]
582085 (91.0%)
54097 ( 8.5%)
1275 ( 0.2%)
449 ( 0.1%)
413 ( 0.1%)
400 ( 0.1%)
143 ( 0.0%)
95 ( 0.0%)
71 ( 0.0%)
32 ( 0.0%)
296 ( 0.0%)
48
(0.0%)
5 title
[character]
1. Introduction
2. Genetic studies of abdomi
3. Éditorial
4. Editorial
5. Présentation
6. Reply
7. Preface
8. Actualités en médecine d’
9. Allocation of liver graft
10. Gaia Data Release 2
[ 135669 others ]
260 ( 0.0%)
171 ( 0.0%)
129 ( 0.0%)
104 ( 0.0%)
73 ( 0.0%)
72 ( 0.0%)
60 ( 0.0%)
54 ( 0.0%)
52 ( 0.0%)
51 ( 0.0%)
638371 (99.8%)
7
(0.0%)
6 has_apc
[character]
1. 0
2. 1
338763 (54.7%)
280446 (45.3%)
20195
(3.2%)
7 amount_apc_EUR
[numeric]
Mean (sd) : 2039 (940)
min < med < max:
0 < 2066.3 < 13975
IQR (CV) : 885.6 (0.5)
3756 distinct values 341728
(53.4%)
8 apc_source
[character]
1. doaj
2. openAPC
3. openAPC_estimation_issn
4. openAPC_estimation_issn_y
5. openAPC_estimation_publis
20145 ( 6.8%)
20733 ( 7.0%)
94958 (31.9%)
92640 (31.1%)
69230 (23.3%)
341698
(53.4%)
9 amount_apc_doaj_EUR
[numeric]
Mean (sd) : 1880.9 (1032.6)
min < med < max:
0 < 1938.2 < 4851.3
IQR (CV) : 815.9 (0.5)
6983 distinct values 493566
(77.2%)
10 amount_apc_doaj
[numeric]
Mean (sd) : 2618.6 (45812.6)
min < med < max:
0 < 1990 < 5e+06
IQR (CV) : 940 (17.5)
261 distinct values 493536
(77.2%)
11 amount_apc_openapc_EUR
[numeric]
Mean (sd) : 2159.3 (812.1)
min < med < max:
10.7 < 2167 < 13975
IQR (CV) : 882.8 (0.4)
3500 distinct values 355501
(55.6%)
12 count_apc_openapc_key
[numeric]
Mean (sd) : 638 (1038.2)
min < med < max:
10 < 61 < 3721
IQR (CV) : 926 (1.6)
143 distinct values 376287
(58.8%)
13 publisher_group
[character]
1. Elsevier
2. Springer-Nature
3. Wiley
4. Oxford University Press
5. MDPI
6. Frontiers
7. American Chemical Society
8. American Physical Society
9. Informa
10. Wolters Kluwer Health
[ 2046 others ]
193856 (30.3%)
93248 (14.6%)
62015 ( 9.7%)
28170 ( 4.4%)
27078 ( 4.2%)
14731 ( 2.3%)
14443 ( 2.3%)
12264 ( 1.9%)
11509 ( 1.8%)
10736 ( 1.7%)
171354 (26.8%)
0
(0.0%)
14 publisher_dissemination
[character]
1. Elsevier
2. Springer-Nature
3. Wiley
4. Oxford University Press
5. MDPI
6. Frontiers
7. American Chemical Society
8. American Physical Society
9. Informa
10. Wolters Kluwer Health
[ 2045 others ]
193856 (30.3%)
93248 (14.6%)
65698 (10.3%)
28170 ( 4.4%)
27078 ( 4.2%)
14731 ( 2.3%)
14443 ( 2.3%)
12264 ( 1.9%)
11509 ( 1.8%)
10736 ( 1.7%)
167671 (26.2%)
0
(0.0%)
15 external_ids
[character]
1. list(id_type = “hal_id”,
2. list(id_type = “hal_id”,
3. list(id_type = “hal_id”,
4. list(id_type = “hal_id”,
5. list(id_type = “hal_id”,
6. list(id_type = “hal_id”,
7. list(id_type = “hal_id”,
8. list(id_type = “hal_id”,
9. list(id_type = “hal_id”,
10. list(id_type = “hal_id”,
[ 31735 others ]
105 ( 0.1%)
30 ( 0.0%)
30 ( 0.0%)
21 ( 0.0%)
21 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
177526 (99.8%)
461571
(72.2%)
16 hal_id
[character]
1. hal
2. hal-02146428
3. hal-02431782
4. hal-02286666
5. hal-02380162
6. cea-02075752
7. cea-02265800
8. hal-01797139
9. hal-02009109
10. hal-02017137
[ 30683 others ]
105 ( 0.1%)
30 ( 0.0%)
30 ( 0.0%)
21 ( 0.0%)
21 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
171991 (99.8%)
467106
(73.1%)
17 is_covered_by_couperin
[numeric]
Min : 0
Mean : 0.6
Max : 1
0 : 287418 (45.0%)
1 : 351986 (55.0%)
0
(0.0%)
18 tier
[character]
1. 1
2. 2
3. 3
4. 4
193856 (30.3%)
186024 (29.1%)
167587 (26.2%)
91937 (14.4%)
0
(0.0%)
19 journal_color
[character]
1. diamond
2. gold
3. hybrid
4. hybrid,subscription
5. subscription
6. subscription,hybrid
17260 ( 2.7%)
128608 (20.5%)
383187 (61.0%)
354 ( 0.1%)
98958 (15.7%)
56 ( 0.0%)
10981
(1.7%)
20 journal_color_doaj
[character]
1. diamond
2. gold
17468 (11.4%)
135939 (88.6%)
485997
(76.0%)
21 author_position
[character]
1. 1
2. 2
3. 3
4. 4
5. 5
6. 6
7. 7
8. 8
9. 9
10. 10
[ 639 others ]
120802 (20.3%)
99875 (16.8%)
83713 (14.1%)
65834 (11.1%)
50342 ( 8.5%)
32104 ( 5.4%)
25820 ( 4.3%)
20534 ( 3.5%)
16514 ( 2.8%)
13080 ( 2.2%)
66318 (11.1%)
44468
(7.0%)
22 corresponding
[logical]
1. TRUE 42031 (100.0%) 597373
(93.4%)
23 email
[character]
Emails
Valid
Invalid
Duplicates
47191 (99.5%)
235 ( 0.5%)
15710 (33.1%)
591978
(92.6%)
24 country
[character]
1. France
2. China
3. Italy
4. USA
5. Germany
6. Spain
7. Canada
8. UK
9. Belgium
10. Tunisia
[ 367 others ]
57193 (64.9%)
2532 ( 2.9%)
1874 ( 2.1%)
1836 ( 2.1%)
1815 ( 2.1%)
1580 ( 1.8%)
1086 ( 1.2%)
1019 ( 1.2%)
915 ( 1.0%)
887 ( 1.0%)
17394 (19.7%)
551273
(86.2%)
25 nb_authors
[numeric]
Mean (sd) : 19.8 (136)
min < med < max:
1 < 9 < 3233
IQR (CV) : 8 (6.9)
406 distinct values 44410
(6.9%)
26 is_french_CA
[character]
1. 0
2. 1
393573 (66.1%)
201421 (33.9%)
44410
(6.9%)
27 oa_details.2020.is_oa
[logical]
1. FALSE
2. TRUE
260627 (40.9%)
376143 (59.1%)
2634
(0.4%)
28 oa_details.2020.journal_is_in_doaj
[logical]
1. FALSE
2. TRUE
495916 (77.9%)
140854 (22.1%)
2634
(0.4%)
29 oa_details.2020.journal_is_oa
[logical]
1. FALSE
2. TRUE
482333 (75.7%)
154437 (24.3%)
2634
(0.4%)
30 oa_details.2020.oa_host_type
[character]
1. closed
2. publisher
3. publisher;repository
4. repository
260627 (40.9%)
75329 (11.8%)
196367 (30.8%)
104447 (16.4%)
2634
(0.4%)
31 oa_details.2020.oa_colors
[character]
1. c(“green”, “diamond”)
2. c(“green”, “gold”)
3. c(“green”, “hybrid”)
4. c(“green”, “other”)
5. closed
6. diamond
7. gold
8. green
9. hybrid
10. other
10956 ( 1.7%)
120680 (19.0%)
52804 ( 8.3%)
11927 ( 1.9%)
260627 (40.9%)
5241 ( 0.8%)
11633 ( 1.8%)
104447 (16.4%)
38362 ( 6.0%)
20093 ( 3.2%)
2634
(0.4%)
32 oa_details.2020.oa_colors_with_priority_to_publisher
[character]
1. closed
2. diamond
3. gold
4. green_only
5. hybrid
6. other
260627 (40.9%)
16197 ( 2.5%)
132313 (20.8%)
104447 (16.4%)
91166 (14.3%)
32020 ( 5.0%)
2634
(0.4%)
33 oa_details.2020.licence_publisher
[character]
1. c(“cc-by-nc-nd”, “cc-by-n
2. c(”cc-by-nc”, “cc-by-sa”)
3. cc-by
4. cc-by-nc
5. cc-by-nc-nd
6. cc-by-nc-sa
7. cc-by-nd
8. cc-by-sa
9. no license
10. other
39 ( 0.0%)
9 ( 0.0%)
140802 (51.8%)
17987 ( 6.6%)
31061 (11.4%)
1237 ( 0.5%)
141 ( 0.1%)
277 ( 0.1%)
75907 (27.9%)
4236 ( 1.6%)
367708
(57.5%)


2020

global_stats(bso_2020)
No Variable Stats / Values Freqs (% of Valid) Graph Missing
1 bso_classification
[character]
1. Biology (fond.)
2. Chemistry
3. Computer and informatio
4. Earth, Ecology, Energy a
5. Engineering
6. Humanities
7. Mathematics
8. Medical research
9. Physical sciences, Astron
10. Social sciences
11. unknown
128203 (18.3%)
39244 ( 5.6%)
19669 ( 2.8%)
60242 ( 8.6%)
15391 ( 2.2%)
11999 ( 1.7%)
7339 ( 1.0%)
324040 (46.3%)
78985 (11.3%)
14012 ( 2.0%)
2 ( 0.0%)
0
(0.0%)
2 coi
[character]
1. The authors have declared
2. Declaration of Competing
3. Competing interests: None
4. Declaration of competing
5. The authors declare no co
6. The authors declare no co
7. Declaration of Interests
8. The authors declare that
9. Declaration of Competing
10. The authors declare no co
[ 3499 others ]
6064 ( 8.3%)
4006 ( 5.5%)
3744 ( 5.1%)
3539 ( 4.9%)
3031 ( 4.2%)
2268 ( 3.1%)
2045 ( 2.8%)
1216 ( 1.7%)
1059 ( 1.5%)
1045 ( 1.4%)
44739 (61.5%)
626370
(89.6%)
3 detected_countries
[character]
1. fr
2. c(“us”, “fr”)
3. c(“fr”, “us”)
4. c(“it”, “fr”)
5. c(“fr”, “cn”)
6. c(“fr”, “gb”)
7. c(“fr”, “it”)
8. c(“cn”, “fr”)
9. c(“de”, “fr”)
10. c(“fr”, “de”)
[ 19630 others ]
232418 (35.1%)
15620 ( 2.4%)
9508 ( 1.4%)
7260 ( 1.1%)
7068 ( 1.1%)
6457 ( 1.0%)
6403 ( 1.0%)
5718 ( 0.9%)
5567 ( 0.8%)
5435 ( 0.8%)
359918 (54.4%)
37754
(5.4%)
4 lang
[character]
1. en
2. fr
3. es
4. it
5. de
6. pt
7. ru
8. ja
9. pl
10. tr
[ 34 others ]
643117 (92.0%)
52627 ( 7.5%)
1359 ( 0.2%)
556 ( 0.1%)
419 ( 0.1%)
388 ( 0.1%)
107 ( 0.0%)
103 ( 0.0%)
48 ( 0.0%)
46 ( 0.0%)
270 ( 0.0%)
86
(0.0%)
5 title
[character]
1. Introduction
2. Éditorial
3. Editorial
4. Preface
5. SMA – THERAPY
6. The XXL Survey
7. VectorNet Data Series 3:
8. FSHD / OPMD / MYOTONIC DY
9. MUSCLE IMAGING – MRI
10. Présentation
[ 140175 others ]
170 ( 0.0%)
114 ( 0.0%)
72 ( 0.0%)
51 ( 0.0%)
51 ( 0.0%)
49 ( 0.0%)
48 ( 0.0%)
47 ( 0.0%)
46 ( 0.0%)
46 ( 0.0%)
698430 (99.9%)
2
(0.0%)
6 has_apc
[character]
1. 0
2. 1
342600 (50.5%)
336395 (49.5%)
20131
(2.9%)
7 amount_apc_EUR
[numeric]
Mean (sd) : 2009.1 (866.6)
min < med < max:
0 < 2042 < 6324
IQR (CV) : 819.9 (0.4)
4041 distinct values 344589
(49.3%)
8 apc_source
[character]
1. doaj
2. openAPC
3. openAPC_estimation_issn
4. openAPC_estimation_issn_y
5. openAPC_estimation_publis
6. openAPC_estimation_publis
22385 ( 6.3%)
23628 ( 6.7%)
111984 (31.6%)
111008 (31.3%)
13 ( 0.0%)
85547 (24.1%)
344561
(49.3%)
9 amount_apc_doaj_EUR
[numeric]
Mean (sd) : 1900.1 (964.2)
min < med < max:
0 < 2000 < 4950
IQR (CV) : 765.8 (0.5)
7940 distinct values 514196
(73.5%)
10 amount_apc_doaj
[numeric]
Mean (sd) : 2215.6 (15239.9)
min < med < max:
0 < 2000 < 6e+06
IQR (CV) : 900 (6.9)
300 distinct values 514168
(73.5%)
11 amount_apc_openapc_EUR
[numeric]
Mean (sd) : 2115 (744)
min < med < max:
11.6 < 2042 < 6324
IQR (CV) : 775 (0.4)
3712 distinct values 359246
(51.4%)
12 count_apc_openapc_key
[numeric]
Mean (sd) : 615.2 (1001)
min < med < max:
10 < 80 < 5703
IQR (CV) : 891 (1.6)
166 distinct values 382942
(54.8%)
13 publisher_group
[character]
1. Elsevier
2. Springer-Nature
3. Wiley
4. MDPI
5. Oxford University Press
6. Frontiers
7. American Chemical Society
8. Wolters Kluwer Health
9. American Physical Society
10. Informa
[ 2005 others ]
200730 (28.7%)
102441 (14.7%)
69472 ( 9.9%)
45684 ( 6.5%)
28339 ( 4.1%)
17497 ( 2.5%)
16739 ( 2.4%)
13612 ( 1.9%)
13496 ( 1.9%)
12616 ( 1.8%)
178500 (25.5%)
0
(0.0%)
14 publisher_dissemination
[character]
1. Elsevier
2. Springer-Nature
3. Wiley
4. MDPI
5. Oxford University Press
6. Frontiers
7. American Chemical Society
8. Wolters Kluwer Health
9. American Physical Society
10. Informa
[ 2004 others ]
200730 (28.7%)
102441 (14.7%)
73681 (10.5%)
45684 ( 6.5%)
28339 ( 4.1%)
17497 ( 2.5%)
16739 ( 2.4%)
13612 ( 1.9%)
13496 ( 1.9%)
12616 ( 1.8%)
174291 (24.9%)
0
(0.0%)
15 external_ids
[character]
1. list(id_type = “hal_id”,
2. list(id_type = “hal_id”,
3. list(id_type = “hal_id”,
4. list(id_type = “hal_id”,
5. list(id_type = “hal_id”,
6. list(id_type = “hal_id”,
7. list(id_type = “hal_id”,
8. list(id_type = “hal_id”,
9. list(id_type = “hal_id”,
10. list(id_type = “hal_id”,
[ 33016 others ]
101 ( 0.1%)
32 ( 0.0%)
31 ( 0.0%)
30 ( 0.0%)
30 ( 0.0%)
27 ( 0.0%)
24 ( 0.0%)
23 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
196467 (99.8%)
502321
(71.8%)
16 hal_id
[character]
1. hal
2. hal-02523041
3. cea-02882575
4. hal-02999762
5. hal-03104077
6. hal-03028969
7. hal-02986491
8. hal-02775480
9. cea-02559747
10. hal-02366507
[ 31999 others ]
101 ( 0.1%)
32 ( 0.0%)
31 ( 0.0%)
30 ( 0.0%)
30 ( 0.0%)
27 ( 0.0%)
24 ( 0.0%)
23 ( 0.0%)
20 ( 0.0%)
20 ( 0.0%)
190924 (99.8%)
507864
(72.6%)
17 is_covered_by_couperin
[numeric]
Min : 0
Mean : 0.5
Max : 1
0 : 336715 (48.2%)
1 : 362411 (51.8%)
0
(0.0%)
18 tier
[character]
1. 1
2. 2
3. 3
4. 4
200730 (28.7%)
221806 (31.7%)
179036 (25.6%)
97554 (14.0%)
0
(0.0%)
19 journal_color
[character]
1. diamond
2. gold
3. hybrid
4. hybrid,subscription
5. subscription
6. subscription,hybrid
18170 ( 2.6%)
166788 (24.2%)
424342 (61.5%)
117 ( 0.0%)
80003 (11.6%)
96 ( 0.0%)
9610
(1.4%)
20 journal_color_doaj
[character]
1. diamond
2. gold
18390 ( 9.6%)
174072 (90.4%)
506664
(72.5%)
21 author_position
[character]
1. 1
2. 2
3. 3
4. 4
5. 5
6. 6
7. 7
8. 8
9. 9
10. 10
[ 686 others ]
133066 (20.2%)
109285 (16.6%)
91385 (13.9%)
71911 (10.9%)
54796 ( 8.3%)
34370 ( 5.2%)
28289 ( 4.3%)
23170 ( 3.5%)
18486 ( 2.8%)
14788 ( 2.2%)
79164 (12.0%)
40416
(5.8%)
22 corresponding
[logical]
1. TRUE 41538 (100.0%) 657588
(94.1%)
23 email
[character]
Emails
Valid
Invalid
Duplicates
45418 (99.7%)
122 ( 0.3%)
15340 (33.7%)
653586
(93.5%)
24 country
[character]
1. France
2. China
3. Italy
4. USA
5. Germany
6. Spain
7. UK
8. Canada
9. Brazil
10. Morocco
[ 392 others ]
52534 (65.0%)
2242 ( 2.8%)
1750 ( 2.2%)
1607 ( 2.0%)
1525 ( 1.9%)
1499 ( 1.9%)
926 ( 1.1%)
896 ( 1.1%)
816 ( 1.0%)
711 ( 0.9%)
16258 (20.1%)
618362
(88.4%)
25 nb_authors
[numeric]
Mean (sd) : 18.8 (120.9)
min < med < max:
1 < 10 < 3249
IQR (CV) : 9 (6.4)
406 distinct values 40412
(5.8%)
26 is_french_CA
[character]
1. 0
2. 1
442920 (67.2%)
215794 (32.8%)
40412
(5.8%)
27 oa_details.2020.is_oa
[logical]
1. FALSE
2. TRUE
268181 (47.6%)
295052 (52.4%)
135893
(19.4%)
28 oa_details.2020.journal_is_in_doaj
[logical]
1. FALSE
2. TRUE
429093 (76.2%)
134140 (23.8%)
135893
(19.4%)
29 oa_details.2020.journal_is_oa
[logical]
1. FALSE
2. TRUE
419186 (74.4%)
144047 (25.6%)
135893
(19.4%)
30 oa_details.2020.oa_host_type
[character]
1. closed
2. publisher
3. publisher;repository
4. repository
268181 (47.6%)
86841 (15.4%)
150304 (26.7%)
57907 (10.3%)
135893
(19.4%)
31 oa_details.2020.oa_colors
[character]
1. c(“green”, “diamond”)
2. c(“green”, “gold”)
3. c(“green”, “hybrid”)
4. c(“green”, “other”)
5. closed
6. diamond
7. gold
8. green
9. hybrid
10. other
6197 ( 1.1%)
98979 (17.6%)
37885 ( 6.7%)
7243 ( 1.3%)
268181 (47.6%)
5926 ( 1.1%)
28613 ( 5.1%)
57907 (10.3%)
32615 ( 5.8%)
19687 ( 3.5%)
135893
(19.4%)
32 oa_details.2020.oa_colors_with_priority_to_publisher
[character]
1. closed
2. diamond
3. gold
4. green_only
5. hybrid
6. other
268181 (47.6%)
12123 ( 2.2%)
127592 (22.7%)
57907 (10.3%)
70500 (12.5%)
26930 ( 4.8%)
135893
(19.4%)
33 oa_details.2020.licence_publisher
[character]
1. c(“cc-by-nc-nd”, “cc-by-n
2. c(”cc-by-nc”, “cc-by-nd”)
3. cc-by
4. cc-by-nc
5. cc-by-nc-nd
6. cc-by-nc-sa
7. cc-by-nd
8. cc-by-sa
9. no license
10. other
31 ( 0.0%)
1 ( 0.0%)
139212 (58.7%)
16975 ( 7.2%)
29474 (12.4%)
667 ( 0.3%)
189 ( 0.1%)
168 ( 0.1%)
49243 (20.8%)
1185 ( 0.5%)
461981
(66.1%)


Quelques graphiques

# Fonction pour la distribution des APC
distrib_apc <- function(data){
    
  graph <- data %>% ggplot() +
  aes(x = amount_apc_openapc_EUR) +
  geom_histogram(bins = 30L, fill = "#112446", alpha = 0.9, col = "white") +
  labs(x = "Montant des APC",
    y = "Fréquence",
    title = "Distribution du montant des APC") +
  hrbrthemes::theme_ipsum()
  ggplotly(graph)  
}


# Fonction pour les 10 langues les plus utilisées dans les articles
top10_lang <- function(data){
    
    # Table du nombre d'articles par langue
    table <- data %>% group_by(lang) %>% filter(!is.na(lang)) %>% summarise(Freq = n())
    table <- table %>% top_n(10, Freq)
    
    # Graphique
    graph <- table %>% 
        mutate(lang = fct_reorder(lang, Freq)) %>%
        ggplot(aes(x = lang, y = Freq)) +
      geom_bar(stat="identity", fill = "#112446") +
      coord_flip() + 
      labs(
        x = "Langue",
        y = "Nombre d'articles",
        title = "Les 10 langues les plus utilisées dans les articles",
      ) +
      theme_ipsum()
    ggplotly(graph) 
}

2013

  • Distribution des APC
distrib_apc(bso_2013)
  • Les 10 langues les plus utilisées
top10_lang(bso_2013)


2014

  • Distribution des APC
distrib_apc(bso_2014)
  • Les 10 langues les plus utilisées
top10_lang(bso_2014)


2015

  • Distribution des APC
distrib_apc(bso_2015)
  • Les 10 langues les plus utilisées
top10_lang(bso_2015)


2016

  • Distribution des APC
distrib_apc(bso_2016)
  • Les 10 langues les plus utilisées
top10_lang(bso_2016)


2017

  • Distribution des APC
distrib_apc(bso_2017)
  • Les 10 langues les plus utilisées
top10_lang(bso_2017)


2018

  • Distribution des APC
distrib_apc(bso_2018)
  • Les 10 langues les plus utilisées
top10_lang(bso_2018)


2019

  • Distribution des APC
distrib_apc(bso_2019)
  • Les 10 langues les plus utilisées
top10_lang(bso_2019)


2020

  • Distribution des APC
distrib_apc(bso_2020)
  • Les 10 langues les plus utilisées
top10_lang(bso_2020)
 

Document sous licence ouverte